Skip to content

Commit

Permalink
[ui] Fix labeling rotation UI not being friendly to styling panel / n…
Browse files Browse the repository at this point in the history
…arrow width
  • Loading branch information
nirvn authored and nyalldawson committed Sep 6, 2022
1 parent 07ee44c commit 6c32976
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/ui/qgstextformatwidgetbase.ui
Expand Up @@ -5446,24 +5446,24 @@ font-style: italic;</string>
<item>
<widget class="QComboBox" name="mCoordRotationUnitComboBox"/>
</item>
<item>
<widget class="QCheckBox" name="chkPreserveRotation">
<property name="toolTip">
<string>Uncheck to write labeling engine derived rotation on pin and NULL on unpin</string>
</property>
<property name="styleSheet">
<string notr="true">margin-left: 12px; margin-top: 3px;</string>
</property>
<property name="text">
<string>Preserve data rotation values</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="chkPreserveRotation">
<property name="toolTip">
<string>Uncheck to write labeling engine derived rotation on pin and NULL on unpin</string>
</property>
<property name="styleSheet">
<string notr="true">margin-left: 12px; margin-top: 3px;</string>
</property>
<property name="text">
<string>Preserve data rotation values</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
Expand Down

0 comments on commit 6c32976

Please sign in to comment.