[TD] make dimension DLG shorter

- I saw that the dialog was now too large vertically for my laptop screen. Now it is at least no longer than the IFC export settings dialog
- also fix a typo in a tooltip
This commit is contained in:
donovaly
2020-03-25 00:32:51 +01:00
committed by WandererFan
parent 410c03205f
commit ba99c8ad6e
2 changed files with 52 additions and 52 deletions

View File

@@ -317,7 +317,7 @@
</property>
<property name="toolTip">
<string>Selection area around center marks
Each unit means is approx. 0.1 mm</string>
Each unit is approx. 0.1 mm wide</string>
</property>
<property name="statusTip">
<string/>
@@ -358,7 +358,7 @@ Each unit means is approx. 0.1 mm</string>
</property>
<property name="toolTip">
<string>Size of selection area around edges
Each unit means is approx. 0.1 mm</string>
Each unit is approx. 0.1 mm wide</string>
</property>
<property name="statusTip">
<string/>

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>448</width>
<height>952</height>
<height>856</height>
</rect>
</property>
<property name="sizePolicy">
@@ -338,7 +338,7 @@
</property>
</spacer>
</item>
<item row="2" column="0">
<item row="1" column="2">
<widget class="Gui::PrefCheckBox" name="cbShowUnits">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
@@ -500,31 +500,6 @@
</item>
</widget>
</item>
<item row="10" column="0">
<widget class="Gui::PrefCheckBox" name="cbAutoHoriz">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Forces last leader line segment to be horizontal</string>
</property>
<property name="text">
<string>Leader Line Auto Horizontal</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>AutoHorizontal</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/TechDraw/LeaderLines</cstring>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="Gui::PrefComboBox" name="pcbCenterStyle">
<property name="sizePolicy">
@@ -940,28 +915,6 @@
</property>
</widget>
</item>
<item row="12" column="0">
<widget class="Gui::PrefCheckBox" name="cbPrintCenterMarks">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Show arc centers in printed output</string>
</property>
<property name="text">
<string>Print Center Marks</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>PrintCenterMarks</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/TechDraw/Decorations</cstring>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_19">
<property name="font">
@@ -1000,7 +953,7 @@
</item>
<item>
<property name="text">
<string>Svg Hatch</string>
<string>SVG Hatch</string>
</property>
</item>
<item>
@@ -1010,6 +963,53 @@
</item>
</widget>
</item>
<item row="9" column="2">
<widget class="Gui::PrefCheckBox" name="cbAutoHoriz">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Forces last leader line segment to be horizontal</string>
</property>
<property name="text">
<string>Leader Line Auto Horizontal</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>AutoHorizontal</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/TechDraw/LeaderLines</cstring>
</property>
</widget>
</item>
<item row="11" column="2">
<widget class="Gui::PrefCheckBox" name="cbPrintCenterMarks">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Show arc centers in printed output</string>
</property>
<property name="text">
<string>Print Center Marks</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>PrintCenterMarks</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/TechDraw/Decorations</cstring>
</property>
</widget>
</item>
</layout>
</item>
</layout>