Skip to content
Snippets Groups Projects
Commit bb1d2643 authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #11444 Allow up to three decimals

parent eba8eaed
No related branches found
No related tags found
No related merge requests found
......@@ -394,6 +394,9 @@
<property name="maximum">
<double>32</double>
</property>
<property name="decimals">
<number>3</number>
</property>
</widget>
</item>
<item>
......@@ -411,6 +414,9 @@
<property name="maximum">
<double>32</double>
</property>
<property name="decimals">
<number>3</number>
</property>
</widget>
</item>
</layout>
......
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