From 61abfdafa8566dc5ede8d172a9d495f0cec5a449 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 13 Mar 2008 16:15:47 -0700 Subject: [PATCH] Smaller margins. --- modules/gui/qt4/dialogs/preferences.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt4/dialogs/preferences.cpp b/modules/gui/qt4/dialogs/preferences.cpp index 6997fdcc21..7d37687660 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; -- 2.39.2