Skip to content

Commit

Permalink
Merge pull request FreeCAD#18949 from Roy-043/Draft-and-Pref-Packs-fi…
Browse files Browse the repository at this point in the history
…x-snapcolor

Draft (and Pref Packs): fix snapcolor
  • Loading branch information
Roy-043 authored Jan 9, 2025
2 parents 09573f4 + f6f11ac commit 558eb19
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Gui/PreferencePacks/Dark behave/Dark behave.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<FCInt Name="gridTransparency" Value="0"/>
<FCUInt Name="constructioncolor" Value="746455039"/>
<FCUInt Name="gridColor" Value="4294967295"/>
<FCUInt Name="snapcolor" Value="4294967295"/>
<FCUInt Name="snapcolor" Value="4289331455"/>
</FCParamGroup>
<FCParamGroup Name="Spreadsheet">
<FCText Name="AliasedCellBackgroundColor">#9b4de6</FCText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<FCUInt Name="DefaultAnnoLineColor" Value="255"/>
<FCUInt Name="DefaultTextColor" Value="255"/>
<FCUInt Name="gridColor" Value="842157055"/>
<FCUInt Name="snapcolor" Value="4289396735"/>
<FCUInt Name="snapcolor" Value="4289331455"/>
</FCParamGroup>
<FCParamGroup Name="Measure">
<FCParamGroup Name="Appearance">
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/PreferencePacks/FreeCAD Dark/FreeCAD Dark.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<FCInt Name="gridTransparency" Value="0"/>
<FCUInt Name="constructioncolor" Value="746455039"/>
<FCUInt Name="gridColor" Value="1230002175"/>
<FCUInt Name="snapcolor" Value="4294967295"/>
<FCUInt Name="snapcolor" Value="4289331455"/>
</FCParamGroup>
<FCParamGroup Name="Measure">
<FCParamGroup Name="Appearance">
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/PreferencePacks/FreeCAD Light/FreeCAD Light.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<FCUInt Name="constructioncolor" Value="746455039"/>
<FCUInt Name="DefaultAnnoLineColor" Value="556083711"/>
<FCUInt Name="gridColor" Value="2914369023"/>
<FCUInt Name="snapcolor" Value="556083711"/>
<FCUInt Name="snapcolor" Value="4289331455"/>
</FCParamGroup>
<FCParamGroup Name="Measure">
<FCParamGroup Name="Appearance">
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Draft/Resources/ui/preferences-draftsnap.ui
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Major grid lines are thicker than minor grid lines.</string>
<color>
<red>255</red>
<green>170</green>
<blue>255</blue>
<blue>0</blue>
</color>
</property>
<property name="prefEntry" stdset="0">
Expand Down

0 comments on commit 558eb19

Please sign in to comment.