Skip to content

Commit

Permalink
Update vertex size spinbox step in editing mode
Browse files Browse the repository at this point in the history
fixes #12943

Set the step of vertex marker size spinbox in Settings menu > Options > Digitizing to 1 instead of 2
  • Loading branch information
DelazJ authored and m-kuhn committed Jun 15, 2015
1 parent 9a0abc2 commit 78fa697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -3837,7 +3837,7 @@
<number>3</number>
</property>
<property name="singleStep">
<number>2</number>
<number>1</number>
</property>
</widget>
</item>
Expand Down

0 comments on commit 78fa697

Please sign in to comment.