git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9473050
)
Qt4 - Change the default extended panel size.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 6 Dec 2007 08:02:43 +0000
(08:02 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Thu, 6 Dec 2007 08:02:43 +0000
(08:02 +0000)
modules/gui/qt4/dialogs/extended.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/extended.cpp
b/modules/gui/qt4/dialogs/extended.cpp
index
1ac6185
..
e54ddf1
100644
(file)
--- a/
modules/gui/qt4/dialogs/extended.cpp
+++ b/
modules/gui/qt4/dialogs/extended.cpp
@@
-64,7
+64,7
@@
ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
layout->addWidget( closeButton, 1, 4, 1, 1);
CONNECT( closeButton, clicked(), this, close() );
- readSettings( "EPanel", QSize( 400,
30
0 ), QPoint( 450, 0 ) );
+ readSettings( "EPanel", QSize( 400,
28
0 ), QPoint( 450, 0 ) );
}
void ExtendedDialog::savingSettings()