diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-04-29 12:43:11 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-29 12:43:11 -0700 |
commit | 5fe8919424acae8abaf9a8fe9bc5ee3e93b7f758 (patch) | |
tree | b468dc1519fec19c1e6c7461b44e1defdaabfb7d /qt-ui/maintab.ui | |
parent | 7704ed31ff9409a0ec282e73df155825339ebb82 (diff) | |
download | subsurface-5fe8919424acae8abaf9a8fe9bc5ee3e93b7f758.tar.gz |
Small design fix to make labels on Info tab look aligned
By wrapping the Location label in a layout as well they now all look
aligned again.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 3626548c3..bfa93b5b5 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -116,11 +116,15 @@ </layout> </item> <item> - <widget class="QLabel" name="LocationLabel"> - <property name="text"> - <string>Location</string> - </property> - </widget> + <layout class="QHBoxLayout" name="LocationLabelLayout"> + <item> + <widget class="QLabel" name="LocationLabel"> + <property name="text"> + <string>Location</string> + </property> + </widget> + </item> + </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> |