Skip to content

Commit

Permalink
Merge pull request #33171 from DelazJ/patch-11
Browse files Browse the repository at this point in the history
Remove wrong tooltip applied to any unset vector properties tab
  • Loading branch information
m-kuhn committed Dec 1, 2019
2 parents 4c234f2 + 6b1dfa7 commit 66ef33b
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 66ef33b

Please sign in to comment.