diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-16 18:35:44 -0600 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-16 18:35:44 -0600 |
commit | 822eb7558dd7ab4c3dbb86b63be547cdbc2ebb47 (patch) | |
tree | 1d65194e58892a65125dc1ad1ba7cdb0f81b38c7 /qt-ui/divecomponentselection.ui | |
parent | 4a7432e3d512977437afa3933cc242b6410b468a (diff) | |
download | subsurface-822eb7558dd7ab4c3dbb86b63be547cdbc2ebb47.tar.gz |
Selective copy: forgot tags in the UI
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divecomponentselection.ui')
-rw-r--r-- | qt-ui/divecomponentselection.ui | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/qt-ui/divecomponentselection.ui b/qt-ui/divecomponentselection.ui index 644a1fef2..dbd0839ba 100644 --- a/qt-ui/divecomponentselection.ui +++ b/qt-ui/divecomponentselection.ui @@ -61,13 +61,6 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="cylinders"> - <property name="text"> - <string>Cylinders</string> - </property> - </widget> - </item> <item row="2" column="0"> <widget class="QCheckBox" name="divemaster"> <property name="text"> @@ -75,13 +68,6 @@ </property> </widget> </item> - <item row="2" column="1"> - <widget class="QCheckBox" name="weights"> - <property name="text"> - <string>Weights</string> - </property> - </widget> - </item> <item row="3" column="0"> <widget class="QCheckBox" name="buddy"> <property name="text"> @@ -110,6 +96,27 @@ </property> </widget> </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="tags"> + <property name="text"> + <string>Tags</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QCheckBox" name="weights"> + <property name="text"> + <string>Weights</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QCheckBox" name="cylinders"> + <property name="text"> + <string>Cylinders</string> + </property> + </widget> + </item> </layout> </widget> </item> |