Skip to content

Commit

Permalink
[Sketch] fix a typo in preferences dialog
Browse files Browse the repository at this point in the history
- all other option text use consequently lowercase letters
- also set dialog to a more sensible sensible size
- the other changes were automagically done by QT Creator
  • Loading branch information
donovaly authored and wwmayer committed Mar 28, 2021
1 parent a849f9f commit 2675053
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/Mod/Sketcher/Gui/SketcherSettingsDisplay.ui
Expand Up @@ -6,27 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>608</height>
<width>500</width>
<height>463</height>
</rect>
</property>
<property name="windowTitle">
<string>Display</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="2" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
Expand Down Expand Up @@ -65,7 +52,7 @@
<string>Current constraint creation tool will remain active after creation</string>
</property>
<property name="text">
<string>Constraint creation "Continue Mode"</string>
<string>Constraint creation &quot;Continue Mode&quot;</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down Expand Up @@ -111,7 +98,7 @@ Supports all unit systems except 'US customary' and 'Building US/Euro'.</string>
<string>Use Diameter as default constraint for arcs and circles instead of Radius.</string>
</property>
<property name="text">
<string>Use Diameter as default constraint for arcs and circles</string>
<string>Use diameter as default constraint for arcs and circles</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>DefaultDiaConstraint</cstring>
Expand Down Expand Up @@ -312,7 +299,7 @@ Supports all unit systems except 'US customary' and 'Building US/Euro'.</string>
<string>Current sketcher creation tool will remain active after creation</string>
</property>
<property name="text">
<string>Geometry creation "Continue Mode"</string>
<string>Geometry creation &quot;Continue Mode&quot;</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down Expand Up @@ -398,6 +385,19 @@ Supports all unit systems except 'US customary' and 'Building US/Euro'.</string>
</layout>
</widget>
</item>
<item row="2" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit 2675053

Please sign in to comment.