Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UI consistency "Rendering order..." to "Symbol levels..."
  • Loading branch information
m-kuhn committed Mar 23, 2016
1 parent 629864e commit 1f1d4c0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/ui/qgsrulebasedrendererv2widget.ui
Expand Up @@ -11,7 +11,16 @@
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -134,7 +143,7 @@
<item>
<widget class="QPushButton" name="btnRenderingOrder">
<property name="text">
<string>Rendering order...</string>
<string>Symbol levels...</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 1f1d4c0

Please sign in to comment.