Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #38133 from m-kuhn/rotated_ticks
Fix configuration layout
  • Loading branch information
m-kuhn committed Aug 4, 2020
2 parents 655c2ca + 0518f26 commit 5d20b32
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions src/ui/layout/qgslayoutmapgridwidgetbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>423</width>
<height>734</height>
<width>880</width>
<height>1205</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -47,9 +47,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>409</width>
<height>1416</height>
<y>-822</y>
<width>866</width>
<height>2027</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -471,7 +471,7 @@
<property name="suffix">
<string> mm</string>
</property>
<property name="showClearButton">
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down Expand Up @@ -508,7 +508,7 @@
<property name="suffix">
<string> mm</string>
</property>
<property name="showClearButton">
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down Expand Up @@ -545,7 +545,7 @@
<property name="suffix">
<string> mm</string>
</property>
<property name="showClearButton">
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down Expand Up @@ -764,7 +764,7 @@
<item row="18" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Rotated annotations alignement</string>
<string>Rotated annotations alignment</string>
</property>
</widget>
</item>
Expand All @@ -781,7 +781,7 @@
<item row="14" column="0">
<widget class="QLabel" name="mCoordinatePrecisionLabel">
<property name="text">
<string>Coordinate precision</string>
<string>Distance to map frame</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -862,9 +862,6 @@
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QComboBox" name="mAnnotationPositionLeftComboBox"/>
</item>
<item row="4" column="1" colspan="2">
<widget class="QComboBox" name="mAnnotationDisplayRightComboBox"/>
</item>
Expand Down Expand Up @@ -909,7 +906,7 @@
</item>
<item row="16" column="1" colspan="2">
<widget class="QgsSpinBox" name="mCoordinatePrecisionSpinBox">
<property name="showClearButton">
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down Expand Up @@ -940,6 +937,13 @@
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="mAnnotationPositionLabelRight">
<property name="text">
<string>Right</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 5d20b32

Please sign in to comment.