Skip to content

Commit c9bb721

Browse files
committedJul 18, 2011
move tooltip from the dialog to the right button...
1 parent 7740a98 commit c9bb721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/ui/qgswmssourceselectbase.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<iconset>
1818
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
1919
</property>
20-
<property name="toolTip">
21-
<string>Save connections to file</string>
22-
</property>
2320
<property name="sizeGripEnabled">
2421
<bool>true</bool>
2522
</property>
@@ -186,6 +183,9 @@
186183
</item>
187184
<item row="1" column="9">
188185
<widget class="QPushButton" name="btnSave">
186+
<property name="toolTip">
187+
<string>Save connections to file</string>
188+
</property>
189189
<property name="text">
190190
<string>Save</string>
191191
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.