Skip to content

Commit

Permalink
[Sketch] improve wording for a color
Browse files Browse the repository at this point in the history
as discussed here: the wording "datum color" does not make clear what it is about. It is in fact the color for dimensional constraints, thus name it as such

- also fix the dialog height (found and automatically corrected by Qt Designer)
  • Loading branch information
donovaly authored and wwmayer committed Dec 25, 2020
1 parent c6eda6d commit ef8831f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/Sketcher/Gui/SketcherSettingsColors.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>438</width>
<height>474</height>
<height>711</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -574,14 +574,14 @@
</size>
</property>
<property name="text">
<string>Datum color</string>
<string>Dimensional constraint color</string>
</property>
</widget>
</item>
<item row="17" column="1">
<widget class="Gui::PrefColorButton" name="DatumColor">
<property name="toolTip">
<string>Color of the datum portion of a driving constraint</string>
<string>Color of dimensional driving constraints</string>
</property>
<property name="color">
<color>
Expand Down

0 comments on commit ef8831f

Please sign in to comment.