Skip to content

Commit

Permalink
In the vector symbology dialog, add a tooltip to the "no fill" button
Browse files Browse the repository at this point in the history
to more clearly indicate what that button does.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5551 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
morb_au committed Jun 27, 2006
1 parent 36b0a6c commit 36c5e22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/qgspatterndialogbase.ui
Expand Up @@ -182,6 +182,9 @@
</item>
<item row="4" column="2" >
<widget class="QPushButton" name="nopen" >
<property name="toolTip" >
<string>No Fill</string>
</property>
<property name="text" >
<string/>
</property>
Expand Down
3 changes: 3 additions & 0 deletions src/ui/qgssinglesymboldialogbase.ui
Expand Up @@ -167,6 +167,9 @@
<height>30</height>
</size>
</property>
<property name="toolTip" >
<string>No Fill</string>
</property>
<property name="text" >
<string/>
</property>
Expand Down

0 comments on commit 36c5e22

Please sign in to comment.