Skip to content

Commit

Permalink
Move snapping options to project menu
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 20, 2016
1 parent f604668 commit bb23d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/app/qgisapp.cpp
Expand Up @@ -17,9 +17,6 @@
* *
***************************************************************************/

//
// QT4 includes make sure to use the new <CamelCase> style!
//
#include <QAction>
#include <QApplication>
#include <QBitmap>
Expand Down
6 changes: 3 additions & 3 deletions src/ui/qgisapp.ui
Expand Up @@ -17,7 +17,7 @@
<x>0</x>
<y>0</y>
<width>1018</width>
<height>19</height>
<height>28</height>
</rect>
</property>
<property name="toolTip">
Expand Down Expand Up @@ -52,6 +52,7 @@
<addaction name="mActionSaveMapAsImage"/>
<addaction name="mActionDxfExport"/>
<addaction name="separator"/>
<addaction name="mActionSnappingOptions"/>
<addaction name="mActionNewPrintComposer"/>
<addaction name="mActionShowComposerManager"/>
<addaction name="mPrintComposersMenu"/>
Expand Down Expand Up @@ -229,7 +230,6 @@
<addaction name="mActionConfigureShortcuts"/>
<addaction name="mActionCustomization"/>
<addaction name="mActionOptions"/>
<addaction name="mActionSnappingOptions"/>
</widget>
<widget class="QMenu" name="mRasterMenu">
<property name="title">
Expand Down Expand Up @@ -2169,7 +2169,7 @@ Acts on currently active editable layer</string>
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<iconset>
<normaloff>:/images/themes/default/mActionRotateFeature.png</normaloff>:/images/themes/default/mActionRotateFeature.png</iconset>
</property>
<property name="text">
Expand Down

0 comments on commit bb23d6e

Please sign in to comment.