13 changes: 13 additions & 0 deletions src/ui/qgscomposerbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<bool>true</bool>
</attribute>
<addaction name="mActionPan"/>
<addaction name="mActionMouseZoom"/>
<addaction name="mActionSelectMoveItem"/>
<addaction name="mActionMoveItemContent"/>
<addaction name="mActionGroupItems"/>
Expand Down Expand Up @@ -177,6 +178,18 @@
<string>Ctrl+-</string>
</property>
</action>
<action name="mActionMouseZoom">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionZoomToSelected.svg</normaloff>:/images/themes/default/mActionZoomToSelected.svg</iconset>
</property>
<property name="text">
<string>Zoom</string>
</property>
<property name="toolTip">
<string>Zoom</string>
</property>
</action>
<action name="mActionAddNewMap">
<property name="icon">
<iconset resource="../../images/images.qrc">
Expand Down