Skip to content

Commit 06743ef

Browse files
committed
Better names for composer toolbars (refs #14066)
1 parent 38baaaf commit 06743ef

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

src/ui/composer/qgscomposerbase.ui

+5-14
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,7 @@
2121
<bool>true</bool>
2222
</property>
2323
<layout class="QGridLayout" name="gridLayout">
24-
<property name="leftMargin">
25-
<number>0</number>
26-
</property>
27-
<property name="topMargin">
28-
<number>0</number>
29-
</property>
30-
<property name="rightMargin">
31-
<number>0</number>
32-
</property>
33-
<property name="bottomMargin">
24+
<property name="margin">
3425
<number>0</number>
3526
</property>
3627
<item row="0" column="0">
@@ -99,7 +90,7 @@
9990
</widget>
10091
<widget class="QToolBar" name="mPaperNavToolbar">
10192
<property name="windowTitle">
102-
<string>Paper Navigation</string>
93+
<string>Navigation</string>
10394
</property>
10495
<attribute name="toolBarArea">
10596
<enum>TopToolBarArea</enum>
@@ -115,7 +106,7 @@
115106
</widget>
116107
<widget class="QToolBar" name="mItemActionToolbar">
117108
<property name="windowTitle">
118-
<string>Composer Item Actions</string>
109+
<string>Actions</string>
119110
</property>
120111
<attribute name="toolBarArea">
121112
<enum>TopToolBarArea</enum>
@@ -130,7 +121,7 @@
130121
</widget>
131122
<widget class="QToolBar" name="mItemToolbar">
132123
<property name="windowTitle">
133-
<string>Composer Items</string>
124+
<string>Toolbox</string>
134125
</property>
135126
<attribute name="toolBarArea">
136127
<enum>TopToolBarArea</enum>
@@ -1064,8 +1055,8 @@
10641055
</action>
10651056
</widget>
10661057
<resources>
1067-
<include location="../../../images/images.qrc"/>
10681058
<include location="../../../python/plugins/fTools/resources.qrc"/>
1059+
<include location="../../../images/images.qrc"/>
10691060
</resources>
10701061
<connections/>
10711062
</ui>

0 commit comments

Comments
 (0)