Skip to content

Commit 4e69997

Browse files
committed
Fix #8471
1 parent 342e425 commit 4e69997

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/qgscomposermapwidgetbase.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
<item row="1" column="1">
303303
<layout class="QVBoxLayout" name="verticalLayout_7">
304304
<item>
305-
<widget class="QDoubleSpinBox" name="mIntervalYSpinBox">
305+
<widget class="QDoubleSpinBox" name="mIntervalXSpinBox">
306306
<property name="prefix">
307307
<string>X </string>
308308
</property>
@@ -315,7 +315,7 @@
315315
</widget>
316316
</item>
317317
<item>
318-
<widget class="QDoubleSpinBox" name="mIntervalXSpinBox">
318+
<widget class="QDoubleSpinBox" name="mIntervalYSpinBox">
319319
<property name="prefix">
320320
<string>Y </string>
321321
</property>
@@ -454,7 +454,7 @@
454454
<bool>false</bool>
455455
</property>
456456
<property name="buddy">
457-
<cstring>mIntervalXSpinBox</cstring>
457+
<cstring>mIntervalYSpinBox</cstring>
458458
</property>
459459
</widget>
460460
</item>

0 commit comments

Comments
 (0)