Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use Spacing instead of Distance
  • Loading branch information
DelazJ committed Feb 23, 2017
1 parent cec5aaa commit 1e7b8ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/symbollayer/widget_linepatternfill.ui
Expand Up @@ -31,7 +31,7 @@
<item row="1" column="0">
<widget class="QLabel" name="mDistanceLabel">
<property name="text">
<string>Distance</string>
<string>Spacing</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -170,6 +170,13 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mAngleSpinBox</tabstop>
<tabstop>mAngleDDBtn</tabstop>
<tabstop>mDistanceSpinBox</tabstop>
<tabstop>mDistanceDDBtn</tabstop>
<tabstop>mOffsetSpinBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 1e7b8ef

Please sign in to comment.