[vlc-devel] commit: Qt: esthetic. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jan 5 20:24:33 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 5 20:16:11 2009 +0100| [76911abd8394559c56b5112a72fd0bf72a05fa4b] | committer: Jean-Baptiste Kempf
Qt: esthetic.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76911abd8394559c56b5112a72fd0bf72a05fa4b
---
modules/gui/qt4/util/customwidgets.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/util/customwidgets.cpp b/modules/gui/qt4/util/customwidgets.cpp
index 4a711b8..52a32f5 100644
--- a/modules/gui/qt4/util/customwidgets.cpp
+++ b/modules/gui/qt4/util/customwidgets.cpp
@@ -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 );
More information about the vlc-devel
mailing list