Commit 76911abd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: esthetic.

parent 995af4eb
......@@ -106,8 +106,8 @@ void ClickLineEdit::focusOutEvent( QFocusEvent *ev )
SearchLineEdit::SearchLineEdit( QWidget *parent ) : QFrame( parent )
{
setFrameStyle( QFrame::StyledPanel | QFrame::Sunken );
setLineWidth( 1 );
setFrameStyle( QFrame::WinPanel | QFrame::Sunken );
setLineWidth( 0 );
QHBoxLayout *frameLayout = new QHBoxLayout( this );
frameLayout->setMargin( 0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment