Skip to content

Commit bb23d6e

Browse files
committed
Move snapping options to project menu
1 parent f604668 commit bb23d6e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/app/qgisapp.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
* *
1818
***************************************************************************/
1919

20-
//
21-
// QT4 includes make sure to use the new <CamelCase> style!
22-
//
2320
#include <QAction>
2421
#include <QApplication>
2522
#include <QBitmap>

src/ui/qgisapp.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<x>0</x>
1818
<y>0</y>
1919
<width>1018</width>
20-
<height>19</height>
20+
<height>28</height>
2121
</rect>
2222
</property>
2323
<property name="toolTip">
@@ -52,6 +52,7 @@
5252
<addaction name="mActionSaveMapAsImage"/>
5353
<addaction name="mActionDxfExport"/>
5454
<addaction name="separator"/>
55+
<addaction name="mActionSnappingOptions"/>
5556
<addaction name="mActionNewPrintComposer"/>
5657
<addaction name="mActionShowComposerManager"/>
5758
<addaction name="mPrintComposersMenu"/>
@@ -229,7 +230,6 @@
229230
<addaction name="mActionConfigureShortcuts"/>
230231
<addaction name="mActionCustomization"/>
231232
<addaction name="mActionOptions"/>
232-
<addaction name="mActionSnappingOptions"/>
233233
</widget>
234234
<widget class="QMenu" name="mRasterMenu">
235235
<property name="title">
@@ -2169,7 +2169,7 @@ Acts on currently active editable layer</string>
21692169
<bool>true</bool>
21702170
</property>
21712171
<property name="icon">
2172-
<iconset resource="../../images/images.qrc">
2172+
<iconset>
21732173
<normaloff>:/images/themes/default/mActionRotateFeature.png</normaloff>:/images/themes/default/mActionRotateFeature.png</iconset>
21742174
</property>
21752175
<property name="text">

0 commit comments

Comments
 (0)