diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-10 11:45:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-10 11:45:20 -0700 |
commit | e6fe4760a09898f252c1cda29e59d5ee5d7bbc81 (patch) | |
tree | 52c5c96776835c7e4f251eaa7f42fd1e8d6f63c7 /qt-ui/maintab.ui | |
parent | 6998dcdf6ab19b6045dffbddfc6998b6458f3d96 (diff) | |
download | subsurface-e6fe4760a09898f252c1cda29e59d5ee5d7bbc81.tar.gz |
Improve statistic on used gas
This raises the maximum number of gas mixes listed to 20 and also changes
the layout / design of the stats tab to make it much more attractive.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 2a0d3353e..08ac218be 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -289,8 +289,8 @@ <rect> <x>0</x> <y>0</y> - <width>100</width> - <height>30</height> + <width>668</width> + <height>658</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_5"> @@ -369,8 +369,8 @@ <rect> <x>0</x> <y>0</y> - <width>387</width> - <height>285</height> + <width>668</width> + <height>658</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_6"> @@ -679,8 +679,8 @@ <rect> <x>0</x> <y>0</y> - <width>337</width> - <height>157</height> + <width>668</width> + <height>658</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_7"> @@ -785,7 +785,23 @@ </layout> </widget> </item> - <item row="1" column="2"> + <item row="4" column="2"> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="2" rowspan="3"> <widget class="QGroupBox" name="groupBox_13"> <property name="title"> <string>Gas Consumption</string> @@ -804,22 +820,6 @@ </layout> </widget> </item> - <item row="3" column="0"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>0</width> - <height>0</height> - </size> - </property> - </spacer> - </item> </layout> <zorder>groupBox_8b</zorder> <zorder>groupBox_4b</zorder> |