diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2013-11-30 15:45:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-30 07:53:12 -0800 |
commit | 66a2f404c4a5cf814a3fe7a573373a3efe7e10b2 (patch) | |
tree | 37514602d219659d1e61b8e50a91a12503bb9339 /qt-ui/shifttimes.ui | |
parent | cded8eb198da2a71dcc230b30319c27b2e72c891 (diff) | |
download | subsurface-66a2f404c4a5cf814a3fe7a573373a3efe7e10b2.tar.gz |
Fix dialog margins and spacing
Make it consistent with other application dialogs.
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/shifttimes.ui')
-rw-r--r-- | qt-ui/shifttimes.ui | 40 |
1 files changed, 14 insertions, 26 deletions
diff --git a/qt-ui/shifttimes.ui b/qt-ui/shifttimes.ui index b3c8c958f..7fba6375c 100644 --- a/qt-ui/shifttimes.ui +++ b/qt-ui/shifttimes.ui @@ -7,48 +7,36 @@ <x>0</x> <y>0</y> <width>343</width> - <height>226</height> + <height>177</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="windowTitle"> <string>Shift selected times</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> - <number>0</number> - </property> - <property name="leftMargin"> - <number>14</number> - </property> - <property name="topMargin"> - <number>0</number> - </property> - <property name="rightMargin"> - <number>0</number> + <number>6</number> </property> - <property name="bottomMargin"> - <number>0</number> + <property name="margin"> + <number>9</number> </property> - <item> + <item alignment="Qt::AlignTop"> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Shift times of selected dives by</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> - <number>0</number> - </property> - <property name="leftMargin"> - <number>0</number> - </property> - <property name="topMargin"> - <number>23</number> - </property> - <property name="rightMargin"> - <number>0</number> + <number>6</number> </property> - <property name="bottomMargin"> - <number>0</number> + <property name="margin"> + <number>9</number> </property> <item> <widget class="QTimeEdit" name="timeEdit"> |