diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2014-10-31 22:31:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-31 14:58:57 -0700 |
commit | 1c1921a6522a92a43d9ec583a5b6d52007bce8af (patch) | |
tree | 33ce43de9abde9cbaafc99a6b73fa44bf7785671 | |
parent | d4d59dadcf13d7a08db11eec2882f2ff02637ce2 (diff) | |
download | subsurface-1c1921a6522a92a43d9ec583a5b6d52007bce8af.tar.gz |
Avoid repeated layout names
Multiple layouts had the same name="gridLayout_3". Fix by shifting all
the numbers up by 1.
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/configuredivecomputerdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index 657183771..f74733071 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -1617,7 +1617,7 @@ <attribute name="title"> <string>Basic settings</string> </attribute> - <layout class="QGridLayout" name="gridLayout_3"> + <layout class="QGridLayout" name="gridLayout_4"> <item row="5" column="3"> <widget class="QLabel" name="label_45"> <property name="text"> @@ -1812,7 +1812,7 @@ <attribute name="title"> <string>Advanced Settings</string> </attribute> - <layout class="QGridLayout" name="gridLayout_4"> + <layout class="QGridLayout" name="gridLayout_5"> <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="aGFSelectableCheckBox_3"> <property name="text"> @@ -2078,7 +2078,7 @@ <attribute name="title"> <string>Gas settings</string> </attribute> - <layout class="QGridLayout" name="gridLayout_5"> + <layout class="QGridLayout" name="gridLayout_6"> <item row="0" column="0" colspan="2"> <widget class="QTableWidget" name="ostcGasTable"> <property name="sizePolicy"> |