Skip to content

Commit

Permalink
fix #4039
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Duivenvoorde authored and jef-n committed Jul 7, 2011
1 parent 1403f2c commit 1a14034
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/ui/qgswmssourceselectbase.ui
Expand Up @@ -182,7 +182,6 @@
<property name="title">
<string>Image encoding</string>
</property>
<zorder>gbCRS</zorder>
</widget>
</item>
<item row="1" column="9">
Expand Down Expand Up @@ -274,15 +273,21 @@
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QPushButton" name="mLayerUpButton">
<property name="toolTip">
<string>Move selected layer UP</string>
</property>
<property name="text">
<string/>
<string>Up</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="mLayerDownButton">
<property name="toolTip">
<string>Move selected layer DOWN</string>
</property>
<property name="text">
<string/>
<string>Down</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 1a14034

Please sign in to comment.