mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
341eb05f83
commit
bf3253f390
1 changed files with 2 additions and 2 deletions
|
@ -865,7 +865,7 @@
|
|||
<attribute name="title">
|
||||
<string>Gas settings</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_1">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QTableWidget" name="ostc3GasTable">
|
||||
<property name="sizePolicy">
|
||||
|
@ -1234,7 +1234,7 @@
|
|||
<attribute name="title">
|
||||
<string>Basic settings</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="1" column="1" colspan="2">
|
||||
<widget class="QDoubleSpinBox" name="maxDepthDoubleSpinBox">
|
||||
<property name="sizePolicy">
|
||||
|
|
Loading…
Add table
Reference in a new issue