Skip to content

Commit

Permalink
Allow negative value in Draft's pref : Ext Line size
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wiedemann committed Dec 16, 2015
1 parent e71787d commit 2669aa6
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions src/Mod/Draft/Resources/ui/preferences-drafttexts.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>509</width>
<width>522</width>
<height>462</height>
</rect>
</property>
Expand Down Expand Up @@ -170,6 +170,9 @@ such as &quot;Arial:Bold&quot;</string>
<property name="suffix">
<string>mm</string>
</property>
<property name="minimum">
<double>-9999.989999999999782</double>
</property>
<property name="maximum">
<double>9999.989999999999782</double>
</property>
Expand Down Expand Up @@ -361,7 +364,7 @@ such as &quot;Arial:Bold&quot;</string>
</widget>
</item>
<item>
<widget class="Gui::PrefFileChooser" name="gui::preffilechooser">
<widget class="Gui::PrefFileChooser" name="gui::preffilechooser" native="true">
<property name="minimumSize">
<size>
<width>300</width>
Expand Down Expand Up @@ -402,16 +405,6 @@ such as &quot;Arial:Bold&quot;</string>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<customwidgets>
<customwidget>
<class>Gui::FileChooser</class>
<extends>QWidget</extends>
<header>Gui/FileDialog.h</header>
</customwidget>
<customwidget>
<class>Gui::PrefFileChooser</class>
<extends>Gui::FileChooser</extends>
<header>Gui/PrefWidgets.h</header>
</customwidget>
<customwidget>
<class>Gui::PrefCheckBox</class>
<extends>QCheckBox</extends>
Expand All @@ -432,6 +425,16 @@ such as &quot;Arial:Bold&quot;</string>
<extends>QDoubleSpinBox</extends>
<header>Gui/PrefWidgets.h</header>
</customwidget>
<customwidget>
<class>Gui::FileChooser</class>
<extends>QWidget</extends>
<header>Gui/FileDialog.h</header>
</customwidget>
<customwidget>
<class>Gui::PrefFileChooser</class>
<extends>Gui::FileChooser</extends>
<header>Gui/PrefWidgets.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
Expand Down

0 comments on commit 2669aa6

Please sign in to comment.