configuredivecomputerdialog.ui: fix a UIC warning

"gridLayout_1" is used twice. Re-order the grid layouts as 1, 2, 3.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-10-25 11:44:31 +03:00 committed by Dirk Hohndel
parent 341eb05f83
commit bf3253f390

View file

@ -865,7 +865,7 @@
<attribute name="title"> <attribute name="title">
<string>Gas settings</string> <string>Gas settings</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_1"> <layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QTableWidget" name="ostc3GasTable"> <widget class="QTableWidget" name="ostc3GasTable">
<property name="sizePolicy"> <property name="sizePolicy">
@ -1234,7 +1234,7 @@
<attribute name="title"> <attribute name="title">
<string>Basic settings</string> <string>Basic settings</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="1" colspan="2"> <item row="1" column="1" colspan="2">
<widget class="QDoubleSpinBox" name="maxDepthDoubleSpinBox"> <widget class="QDoubleSpinBox" name="maxDepthDoubleSpinBox">
<property name="sizePolicy"> <property name="sizePolicy">