Skip to content

Commit

Permalink
[ui] re-order zoom-related composer toolbar buttons
Browse files Browse the repository at this point in the history
to match the ordering on the main window
  • Loading branch information
nirvn committed Jan 3, 2017
1 parent f59acad commit b3fddc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/composer/qgscomposerbase.ui
Expand Up @@ -98,10 +98,10 @@
<attribute name="toolBarBreak">
<bool>true</bool>
</attribute>
<addaction name="mActionZoomAll"/>
<addaction name="mActionZoomActual"/>
<addaction name="mActionZoomIn"/>
<addaction name="mActionZoomOut"/>
<addaction name="mActionZoomActual"/>
<addaction name="mActionZoomAll"/>
<addaction name="mActionRefreshView"/>
</widget>
<widget class="QToolBar" name="mItemActionToolbar">
Expand Down

0 comments on commit b3fddc7

Please sign in to comment.