Merge pull request #5427 from 0penBrain/draftGrid
[Draft] Grid size as quantity rather than double
This commit is contained in:
@@ -445,7 +445,7 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefDoubleSpinBox" name="gui::prefdoublespinbox_3">
|
||||
<widget class="Gui::PrefQuantitySpinBox" name="gui::prefdoublespinbox_3">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@@ -779,7 +779,7 @@
|
||||
<header>Gui/PrefWidgets.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>Gui::PrefDoubleSpinBox</class>
|
||||
<class>Gui::PrefQuantitySpinBox</class>
|
||||
<extends>QDoubleSpinBox</extends>
|
||||
<header>Gui/PrefWidgets.h</header>
|
||||
</customwidget>
|
||||
|
||||
Reference in New Issue
Block a user