diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-07-10 13:03:14 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-07-11 09:22:20 -0300 |
commit | a69e92d891726e7aa75024d313ec2295faa7cc72 (patch) | |
tree | 50e6fe415f4ab5de12f8dc67cdea70ca142977bd /qt-ui/about.ui | |
parent | 3aae3ff5472d6deada4908fe599714ecdd7e6b61 (diff) | |
download | subsurface-a69e92d891726e7aa75024d313ec2295faa7cc72.tar.gz |
About: improve dialog layout
This modifications makes the About dialog spacing more
consitent with different font sizes. Tested on
Ubuntu 12.04 with the 'Universal Access->Text size'
settings.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/about.ui')
-rw-r--r-- | qt-ui/about.ui | 49 |
1 files changed, 10 insertions, 39 deletions
diff --git a/qt-ui/about.ui b/qt-ui/about.ui index e03bb3ec0..158cbc847 100644 --- a/qt-ui/about.ui +++ b/qt-ui/about.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>456</width> - <height>450</height> + <width>359</width> + <height>423</height> </rect> </property> <property name="sizePolicy"> @@ -31,37 +31,21 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> - <number>0</number> + <number>20</number> </property> <property name="leftMargin"> - <number>0</number> + <number>30</number> </property> <property name="topMargin"> - <number>0</number> + <number>30</number> </property> <property name="rightMargin"> - <number>0</number> + <number>30</number> </property> <property name="bottomMargin"> - <number>0</number> + <number>20</number> </property> <item> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> <widget class="QLabel" name="subsurfaceIcon"> <property name="text"> <string/> @@ -85,6 +69,9 @@ <property name="alignment"> <set>Qt::AlignCenter</set> </property> + <property name="margin"> + <number>10</number> + </property> </widget> </item> <item> @@ -100,22 +87,6 @@ </property> </widget> </item> - <item> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> </layout> </widget> <resources> |