From cd47affd3b8553d42a5d33018f8dd1b648265002 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Fri, 29 Jul 2016 23:02:01 +0200
Subject: [PATCH] Fix #493

Place relative paiements on the left
---
 res/ui/transfer.ui | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

diff --git a/res/ui/transfer.ui b/res/ui/transfer.ui
index 735c88d6..ae2c1b4b 100644
--- a/res/ui/transfer.ui
+++ b/res/ui/transfer.ui
@@ -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>
-- 
GitLab