Skip to content

Commit

Permalink
Standardise naming of border/outline in symbol GUI
Browse files Browse the repository at this point in the history
Now for markers it's always "outline", and for fills it's
always "border"
  • Loading branch information
nyalldawson committed Oct 22, 2015
1 parent bf64f8d commit 0886e98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_ellipse.ui
Expand Up @@ -155,7 +155,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Border</string>
<string>Outline</string>
</property>
<property name="buddy">
<cstring>btnChangeColorBorder</cstring>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_simplemarker.ui
Expand Up @@ -364,7 +364,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Border</string>
<string>Outline</string>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/symbollayer/widget_svgmarker.ui
Expand Up @@ -112,7 +112,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Border</string>
<string>Outline</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -239,7 +239,7 @@
<item row="4" column="0">
<widget class="QLabel" name="mBorderWidthLabel">
<property name="text">
<string>Border width</string>
<string>Outline width</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0886e98

Please sign in to comment.