Skip to content

Commit

Permalink
Rename label obstacle priority to weight
Browse files Browse the repository at this point in the history
(helps differentiate it from the actual label priority)
  • Loading branch information
nyalldawson committed Sep 3, 2015
1 parent 384983e commit 62fa304
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/ui/qgslabelingguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3488,8 +3488,8 @@ font-style: italic;</string>
<property name="geometry">
<rect>
<x>0</x>
<y>-466</y>
<width>578</width>
<y>0</y>
<width>427</width>
<height>829</height>
</rect>
</property>
Expand Down Expand Up @@ -5526,12 +5526,15 @@ font-style: italic;</string>
<item>
<widget class="QLabel" name="label_40">
<property name="text">
<string>Low priority</string>
<string>Low weight</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="mObstacleFactorSlider">
<property name="toolTip">
<string>Controls how likely labels are to cover features in this layer</string>
</property>
<property name="minimum">
<number>0</number>
</property>
Expand All @@ -5555,7 +5558,7 @@ font-style: italic;</string>
<item>
<widget class="QLabel" name="label_41">
<property name="text">
<string>High priority</string>
<string>High weight</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 62fa304

Please sign in to comment.