Sketcher: small changes to two .ui dialogs

This commit is contained in:
vocx-fc
2020-09-25 16:38:48 -05:00
committed by Yorik van Havre
parent 3a7425585c
commit 7ad5410068
2 changed files with 9 additions and 9 deletions

View File

@@ -195,7 +195,7 @@ Supports all unit systems except 'US customary' and 'Building US/Euro'.</string>
<string>When opening sketch, show objects the sketch is attached to</string>
</property>
<property name="text">
<string>Show object(s) sketch is attached to</string>
<string>Show objects that the sketch is attached to</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -236,7 +236,7 @@ Supports all unit systems except 'US customary' and 'Building US/Euro'.</string>
</sizepolicy>
</property>
<property name="text">
<string>Note: these settings are defaults applied to new sketches. The behavior is remembered for each sketch individually as properties on View tab.</string>
<string>Note: these settings are defaults applied to new sketches. The behavior is remembered for each sketch individually as properties on the View tab.</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>275</width>
<height>234</height>
<width>312</width>
<height>254</height>
</rect>
</property>
<property name="windowTitle">
@@ -142,7 +142,7 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.<
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Rendering order (global) :</string>
<string>Rendering order (global):</string>
</property>
</widget>
</item>
@@ -181,13 +181,13 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.<
</widget>
<customwidgets>
<customwidget>
<class>Gui::PrefQuantitySpinBox</class>
<extends>QWidget</extends>
<class>Gui::PrefCheckBox</class>
<extends>QCheckBox</extends>
<header>Gui/PrefWidgets.h</header>
</customwidget>
<customwidget>
<class>Gui::PrefCheckBox</class>
<extends>QCheckBox</extends>
<class>Gui::PrefQuantitySpinBox</class>
<extends>QWidget</extends>
<header>Gui/PrefWidgets.h</header>
</customwidget>
</customwidgets>