Skip to content

Commit 36c5e22

Browse files
author
morb_au
committed
In the vector symbology dialog, add a tooltip to the "no fill" button
to more clearly indicate what that button does. git-svn-id: http://svn.osgeo.org/qgis/trunk@5551 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 36b0a6c commit 36c5e22

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/ui/qgspatterndialogbase.ui

+3
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@
182182
</item>
183183
<item row="4" column="2" >
184184
<widget class="QPushButton" name="nopen" >
185+
<property name="toolTip" >
186+
<string>No Fill</string>
187+
</property>
185188
<property name="text" >
186189
<string/>
187190
</property>

src/ui/qgssinglesymboldialogbase.ui

+3
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
<height>30</height>
168168
</size>
169169
</property>
170+
<property name="toolTip" >
171+
<string>No Fill</string>
172+
</property>
170173
<property name="text" >
171174
<string/>
172175
</property>

0 commit comments

Comments
 (0)