diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-09-18 06:38:03 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-18 06:38:03 -0700 |
commit | 37871e5f7d9f68a16fcaee7f87410249c8f2deb3 (patch) | |
tree | d5248379a08b435cd1475c7dbb79c1a3287b74bd /qt-ui | |
parent | 8aa387414cb38a51a8abd31cca91b755a1c4d3c1 (diff) | |
download | subsurface-37871e5f7d9f68a16fcaee7f87410249c8f2deb3.tar.gz |
Slight change to info tab layout
This keeps max depth and average depth next to each other and instead
moves air pressure up one row.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index c6d3e4268..a3b15418e 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -569,7 +569,7 @@ </layout> </widget> </item> - <item row="2" column="2"> + <item row="3" column="1"> <widget class="QGroupBox" name="groupBox_6"> <property name="title"> <string>Max. depth</string> @@ -607,7 +607,7 @@ </layout> </widget> </item> - <item row="3" column="1"> + <item row="2" column="2"> <widget class="QGroupBox" name="groupBox_10"> <property name="title"> <string>Air pressure</string> |