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 16, 2016
1 parent 81c5f25 commit 87e6ec0
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

2 comments on commit 87e6ec0

@SrNetoChan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn Since the dialog is actually called Symbol levels can we consider this was a bug and backport it to 2.14 branch? It would make 2.14 documentation cleaner.

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on 87e6ec0 Mar 23, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.