Skip to content

Commit

Permalink
+ fix wrong default of ContinueMode in settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 30, 2015
1 parent eef340f commit 351e7aa
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions src/Mod/Sketcher/Gui/SketcherSettings.ui
Expand Up @@ -40,7 +40,7 @@
<property name="toolTip">
<string>The color of edges being edited</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>255</red>
<green>255</green>
Expand Down Expand Up @@ -73,7 +73,7 @@
<property name="toolTip">
<string>The color of vertices being edited</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>255</red>
<green>255</green>
Expand Down Expand Up @@ -106,7 +106,7 @@
<property name="toolTip">
<string>The color of edges being edited</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>255</red>
<green>255</green>
Expand Down Expand Up @@ -139,7 +139,7 @@
<property name="toolTip">
<string>The color of vertices being edited</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>255</red>
<green>38</green>
Expand Down Expand Up @@ -172,7 +172,7 @@
<property name="toolTip">
<string>The color of fully constrained geometry in edit mode</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>255</red>
<green>38</green>
Expand All @@ -192,7 +192,7 @@
<property name="toolTip">
<string>The color of construction geometry in edit mode</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>0</red>
<green>0</green>
Expand Down Expand Up @@ -225,7 +225,7 @@
<property name="toolTip">
<string>The color of external geometry in edit mode</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>204</red>
<green>51</green>
Expand Down Expand Up @@ -271,7 +271,7 @@
<property name="toolTip">
<string>The color of fully constrained geometry in edit mode</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>0</red>
<green>255</green>
Expand Down Expand Up @@ -397,7 +397,7 @@
</item>
<item row="13" column="1">
<widget class="Gui::PrefColorButton" name="CursorTextColor">
<property name="color" stdset="0">
<property name="color">
<color>
<red>0</red>
<green>0</green>
Expand Down Expand Up @@ -446,7 +446,7 @@
<property name="toolTip">
<string>The color of driving constraints in edit mode</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>255</red>
<green>38</green>
Expand All @@ -466,7 +466,7 @@
<property name="toolTip">
<string>The color of non-driving constrains or dimensions in edit mode</string>
</property>
<property name="color" stdset="0">
<property name="color">
<color>
<red>0</red>
<green>38</green>
Expand Down Expand Up @@ -570,6 +570,9 @@
<property name="text">
<string>Geometry Creation &quot;Continue Mode&quot;</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>ContinuousCreationMode</cstring>
</property>
Expand Down

0 comments on commit 351e7aa

Please sign in to comment.