Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[layouts] Fix Toolbox toolbar name
Refs #18494

(cherry-picked from 7942f7)
  • Loading branch information
nyalldawson committed Mar 22, 2018
1 parent 4041622 commit 33f9254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -79,7 +79,7 @@
</widget> </widget>
<widget class="QToolBar" name="mToolsToolbar"> <widget class="QToolBar" name="mToolsToolbar">
<property name="windowTitle"> <property name="windowTitle">
<string>Toolbox Toolbar</string> <string>Toolbox</string>
</property> </property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
Expand Down

0 comments on commit 33f9254

Please sign in to comment.