Skip to content

Commit

Permalink
#9480: Move checkbox to within centroid frame in labeling gui
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed May 29, 2014
1 parent fe42b00 commit ca6d4d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ui/qgslabelingguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3506,7 +3506,7 @@ font-style: italic;</string>
<x>0</x>
<y>0</y>
<width>566</width>
<height>881</height>
<height>904</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
Expand Down Expand Up @@ -3837,6 +3837,13 @@ font-style: italic;</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="3">
<widget class="QCheckBox" name="mCentroidInsideCheckBox">
<property name="text">
<string>Force point inside polygon</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -4101,13 +4108,6 @@ font-style: italic;</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="mCentroidInsideCheckBox">
<property name="text">
<string>Force point inside polygon</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit ca6d4d9

Please sign in to comment.