Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[layouts] Add missing tooltips to toolbars
Fixes #18495

(cherry-picked from 5e52d5)
  • Loading branch information
nyalldawson committed Mar 22, 2018
1 parent 33f9254 commit 2c981dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -56,6 +56,9 @@
<property name="windowTitle">
<string>Layout Toolbar</string>
</property>
<property name="toolTip">
<string>Layout Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand All @@ -81,6 +84,9 @@
<property name="windowTitle">
<string>Toolbox</string>
</property>
<property name="toolTip">
<string>Toolbox</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand Down Expand Up @@ -308,6 +314,9 @@
<property name="windowTitle">
<string>Navigation Toolbar</string>
</property>
<property name="toolTip">
<string>Navigation Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand All @@ -324,6 +333,9 @@
<property name="windowTitle">
<string>Actions Toolbar</string>
</property>
<property name="toolTip">
<string>Actions Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand All @@ -339,6 +351,9 @@
<property name="windowTitle">
<string>Atlas Toolbar</string>
</property>
<property name="toolTip">
<string>Atlas Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand All @@ -357,6 +372,9 @@
<property name="windowTitle">
<string>Report Toolbar</string>
</property>
<property name="toolTip">
<string>Report Toolbar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
Expand Down

0 comments on commit 2c981dc

Please sign in to comment.