From f4d371d2b405a9632a09ecd9172c1d2551d258b1 Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Sat, 13 Jun 2015 16:39:24 +0200 Subject: [PATCH] Total balance is rather useless (only applicable in quantitative units) so put it at the bottom --- res/ui/transactions_tab.ui | 62 +++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/res/ui/transactions_tab.ui b/res/ui/transactions_tab.ui index e267081c..7b5f5206 100644 --- a/res/ui/transactions_tab.ui +++ b/res/ui/transactions_tab.ui @@ -43,37 +43,6 @@ </item> </layout> </item> - <item> - <layout class="QHBoxLayout" name="layout_balance"> - <item> - <widget class="QLabel" name="label_payment"> - <property name="text"> - <string>Payment:</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_deposit"> - <property name="text"> - <string>Deposit:</string> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_balance"> - <property name="text"> - <string>Balance:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - </layout> - </item> <item> <widget class="QProgressBar" name="progressbar"> <property name="maximum"> @@ -106,6 +75,37 @@ </attribute> </widget> </item> + <item> + <layout class="QHBoxLayout" name="layout_balance"> + <item> + <widget class="QLabel" name="label_payment"> + <property name="text"> + <string>Payment:</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_deposit"> + <property name="text"> + <string>Deposit:</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_balance"> + <property name="text"> + <string>Balance:</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + </layout> + </item> </layout> </item> </layout> -- GitLab