[Sketch] improve wording for a color
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)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>438</width>
|
||||
<height>474</height>
|
||||
<height>711</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user