Skip to content
Snippets Groups Projects
Commit 79263767 authored by Elliot Oram's avatar Elliot Oram
Browse files

Scale spinner in geometry now disabled on start up

Refs #13110
parent b335fb01
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,9 @@ ...@@ -151,6 +151,9 @@
<layout class="QHBoxLayout" name="loScaleFactor"> <layout class="QHBoxLayout" name="loScaleFactor">
<item> <item>
<widget class="QDoubleSpinBox" name="spCanScale"> <widget class="QDoubleSpinBox" name="spCanScale">
<property name="enabled">
<bool>false</bool>
</property>
<property name="decimals"> <property name="decimals">
<number>5</number> <number>5</number>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment