We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342e425 commit 4e69997Copy full SHA for 4e69997
1 file changed
src/ui/qgscomposermapwidgetbase.ui
@@ -302,7 +302,7 @@
302
<item row="1" column="1">
303
<layout class="QVBoxLayout" name="verticalLayout_7">
304
<item>
305
- <widget class="QDoubleSpinBox" name="mIntervalYSpinBox">
+ <widget class="QDoubleSpinBox" name="mIntervalXSpinBox">
306
<property name="prefix">
307
<string>X </string>
308
</property>
@@ -315,7 +315,7 @@
315
</widget>
316
</item>
317
318
- <widget class="QDoubleSpinBox" name="mIntervalXSpinBox">
+ <widget class="QDoubleSpinBox" name="mIntervalYSpinBox">
319
320
<string>Y </string>
321
@@ -454,7 +454,7 @@
454
<bool>false</bool>
455
456
<property name="buddy">
457
- <cstring>mIntervalXSpinBox</cstring>
+ <cstring>mIntervalYSpinBox</cstring>
458
459
460
0 commit comments