mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
patch_manager: add more decimal places to spinbox
This commit is contained in:
parent
f0c8f6d47b
commit
a527a485f8
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue