Skip to content

Commit b151fb2

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/qgis@5551 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent adfd606 commit b151fb2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/ui/qgspatterndialogbase.ui

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)