Skip to content

Commit

Permalink
[needs-docs] Move Show/Hide Layer actions to View menu
Browse files Browse the repository at this point in the history
These logically belong in the view menu
  • Loading branch information
nyalldawson committed Dec 28, 2016
1 parent cbcad50 commit c83426e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ui/qgisapp.ui
Expand Up @@ -114,6 +114,11 @@
<addaction name="mActionShowBookmarks"/>
<addaction name="mActionDraw"/>
<addaction name="separator"/>
<addaction name="mActionShowAllLayers"/>
<addaction name="mActionHideAllLayers"/>
<addaction name="mActionShowSelectedLayers"/>
<addaction name="mActionHideSelectedLayers"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="mLayerMenu">
<property name="title">
Expand Down Expand Up @@ -175,11 +180,6 @@
<addaction name="mActionAddToOverview"/>
<addaction name="mActionAddAllToOverview"/>
<addaction name="mActionRemoveAllFromOverview"/>
<addaction name="separator"/>
<addaction name="mActionShowAllLayers"/>
<addaction name="mActionHideAllLayers"/>
<addaction name="mActionShowSelectedLayers"/>
<addaction name="mActionHideSelectedLayers"/>
</widget>
<widget class="QMenu" name="mPluginMenu">
<property name="title">
Expand Down

0 comments on commit c83426e

Please sign in to comment.