mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-15 23:42:36 +00:00
patch_manager: add more decimal places to spinbox
This commit is contained in:
parent
f0c8f6d47b
commit
a527a485f8
@ -283,6 +283,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QDoubleSpinBox" name="configurable_double_spin_box">
|
<widget class="QDoubleSpinBox" name="configurable_double_spin_box">
|
||||||
|
<property name="decimals">
|
||||||
|
<number>10</number>
|
||||||
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<double>-1000000.000000000000000</double>
|
<double>-1000000.000000000000000</double>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user