patch_manager: add more decimal places to spinbox

This commit is contained in:
Megamouse 2023-02-20 19:45:40 +01:00
parent f0c8f6d47b
commit a527a485f8

View File

@ -283,6 +283,9 @@
</item>
<item>
<widget class="QDoubleSpinBox" name="configurable_double_spin_box">
<property name="decimals">
<number>10</number>
</property>
<property name="minimum">
<double>-1000000.000000000000000</double>
</property>