diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-03 11:17:33 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-03 11:17:33 -0500 |
commit | 5df0176c600b52b89c41011f3e622906dec0b3cd (patch) | |
tree | d6ba49dad384b5cd9475c5b264b4e5b7efbe4a44 /lumina-config | |
parent | Add the ability to distinguish between desktop plugins that should be transpa... (diff) | |
download | lumina-5df0176c600b52b89c41011f3e622906dec0b3cd.tar.gz lumina-5df0176c600b52b89c41011f3e622906dec0b3cd.tar.bz2 lumina-5df0176c600b52b89c41011f3e622906dec0b3cd.zip |
Add a bit of a margin above the save button in lumina-config
Diffstat (limited to 'lumina-config')
-rw-r--r-- | lumina-config/mainUI.ui | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index 5d016d6c..9435da7f 100644 --- a/lumina-config/mainUI.ui +++ b/lumina-config/mainUI.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>579</width> - <height>405</height> + <height>421</height> </rect> </property> <property name="windowTitle"> @@ -384,8 +384,8 @@ <rect> <x>0</x> <y>0</y> - <width>214</width> - <height>140</height> + <width>233</width> + <height>149</height> </rect> </property> <attribute name="label"> @@ -483,8 +483,8 @@ <rect> <x>0</x> <y>0</y> - <width>175</width> - <height>113</height> + <width>197</width> + <height>117</height> </rect> </property> <attribute name="label"> @@ -621,8 +621,8 @@ <rect> <x>0</x> <y>0</y> - <width>214</width> - <height>140</height> + <width>233</width> + <height>149</height> </rect> </property> <attribute name="label"> @@ -720,8 +720,8 @@ <rect> <x>0</x> <y>0</y> - <width>175</width> - <height>113</height> + <width>197</width> + <height>117</height> </rect> </property> <attribute name="label"> @@ -1604,8 +1604,8 @@ <rect> <x>0</x> <y>0</y> - <width>501</width> - <height>70</height> + <width>128</width> + <height>28</height> </rect> </property> <property name="sizePolicy"> @@ -1672,6 +1672,9 @@ </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="topMargin"> + <number>4</number> + </property> <item> <spacer name="horizontalSpacer"> <property name="orientation"> @@ -1721,7 +1724,7 @@ <x>0</x> <y>0</y> <width>579</width> - <height>18</height> + <height>19</height> </rect> </property> </widget> |