Skip to content

Commit

Permalink
Fix missing toolbar tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Nov 15, 2017
1 parent ecd4ee1 commit 6d01543
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -498,7 +498,7 @@
<string>Plugins Toolbar</string>
</property>
<property name="toolTip">
<string>Plugin Toolbar</string>
<string>Plugins Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
Expand Down Expand Up @@ -613,6 +613,9 @@
<property name="windowTitle">
<string>Snapping Toolbar</string>
</property>
<property name="toolTip">
<string>Snapping Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand Down Expand Up @@ -641,7 +644,10 @@
</widget>
<widget class="QToolBar" name="mRegularShapeDigitizeToolBar">
<property name="windowTitle">
<string>toolBar</string>
<string>Regular Shape Digitizing Toolbar</string>
</property>
<property name="toolTip">
<string>Regular Shape Digitizing Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
Expand Down

0 comments on commit 6d01543

Please sign in to comment.