[vlc-devel] commit: Smaller margins. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Mar 14 00:16:15 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 13 16:15:47 2008 -0700| [61abfdafa8566dc5ede8d172a9d495f0cec5a449]
Smaller margins.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61abfdafa8566dc5ede8d172a9d495f0cec5a449
---
modules/gui/qt4/dialogs/preferences.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/preferences.cpp b/modules/gui/qt4/dialogs/preferences.cpp
index 6997fdc..7d37687 100644
--- a/modules/gui/qt4/dialogs/preferences.cpp
+++ b/modules/gui/qt4/dialogs/preferences.cpp
@@ -98,11 +98,12 @@ PrefsDialog::PrefsDialog( QWidget *parent, intf_thread_t *_p_intf )
main_layout->setRowStretch( 2, 4 );
+ main_layout->setMargin( 9 );
setLayout( main_layout );
/* Margins */
tree_panel_l->setMargin( 1 );
- main_panel_l->setMargin( 3 );
+ main_panel_l->setContentsMargins( 6, 0, 0, 3 );
for( int i = 0; i < SPrefsMax ; i++ ) simple_panels[i] = NULL;
More information about the vlc-devel
mailing list