Skip to content
Snippets Groups Projects
Commit cd47affd authored by inso's avatar inso
Browse files

Fix #493

Place relative paiements on the left
parent 86e4586f
No related branches found
No related tags found
No related merge requests found
......@@ -237,13 +237,6 @@
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="spinbox_amount">
<property name="decimals">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="spinbox_relative">
<property name="suffix">
......@@ -256,7 +249,32 @@
<double>99999999999999991611392.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
<double>0.010000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="spinbox_amount">
<property name="wrapping">
<bool>false</bool>
</property>
<property name="frame">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="showGroupSeparator" stdset="0">
<bool>false</bool>
</property>
<property name="decimals">
<number>0</number>
</property>
<property name="value">
<double>0.000000000000000</double>
</property>
</widget>
</item>
......
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