Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/uitweaks into 
lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/uitweaks/+merge/57968

Add a bit of spacing around the edges of the settings form to make it feel a 
little less crowded.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/uitweaks/+merge/57968
Your team OpenLP Core is requested to review the proposed merge of 
lp:~raoul-snyman/openlp/uitweaks into lp:openlp.
=== modified file 'openlp/core/ui/settingsdialog.py'
--- openlp/core/ui/settingsdialog.py	2011-04-13 19:12:47 +0000
+++ openlp/core/ui/settingsdialog.py	2011-04-15 22:58:23 +0000
@@ -37,7 +37,7 @@
             build_icon(u':/system/system_settings.png'))
         self.dialogLayout = QtGui.QGridLayout(settingsDialog)
         self.dialogLayout.setObjectName(u'dialogLayout')
-        self.dialogLayout.setMargin(0)
+        self.dialogLayout.setMargin(8)
         self.settingListWidget = QtGui.QListWidget(settingsDialog)
         self.settingListWidget.setUniformItemSizes(True)
         self.settingListWidget.setMinimumSize(QtCore.QSize(150, 0))

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to