Skip to content

Commit

Permalink
Move bookmarks toolbar icons to navigation group
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 16, 2016
1 parent 23a3273 commit 7f7b9f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/qgisapp.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1050</width>
<width>1018</width>
<height>506</height>
</rect>
</property>
Expand All @@ -16,7 +16,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1050</width>
<width>1018</width>
<height>25</height>
</rect>
</property>
Expand Down Expand Up @@ -428,6 +428,8 @@
<addaction name="mActionZoomToLayer"/>
<addaction name="mActionZoomLast"/>
<addaction name="mActionZoomNext"/>
<addaction name="mActionNewBookmark"/>
<addaction name="mActionShowBookmarks"/>
<addaction name="mActionDraw"/>
</widget>
<widget class="QToolBar" name="mAttributesToolBar">
Expand All @@ -449,8 +451,6 @@
<addaction name="mActionOpenFieldCalc"/>
<addaction name="mActionStatisticalSummary"/>
<addaction name="mActionMapTips"/>
<addaction name="mActionNewBookmark"/>
<addaction name="mActionShowBookmarks"/>
</widget>
<widget class="QToolBar" name="mPluginToolBar">
<property name="windowTitle">
Expand Down

1 comment on commit 7f7b9f9

@nirvn
Copy link
Contributor

@nirvn nirvn commented on 7f7b9f9 Jun 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks, that's much more logical.

Please sign in to comment.