Skip to content

Commit

Permalink
Remove wrong tooltip applied to any unset vector properties tab
Browse files Browse the repository at this point in the history
and add one to the mask tab
  • Loading branch information
DelazJ committed Dec 1, 2019
1 parent 4c234f2 commit 6b1dfa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -75,9 +75,6 @@
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If the remove duplicate nodes option is activated, duplicate vertices will automatically be removed from geometries which are edited on this layer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
Expand Down Expand Up @@ -151,6 +148,9 @@
<property name="text">
<string>Masks</string>
</property>
<property name="toolTip">
<string>Control selective masking of symbols and labels</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/labelmask.svg</normaloff>:/images/themes/default/propertyicons/labelmask.svg</iconset>
Expand Down

0 comments on commit 6b1dfa7

Please sign in to comment.