diff --git a/res/ui/transactions_tab.ui b/res/ui/transactions_tab.ui index e267081c28a9ee902a839509aee9b1ece13d28eb..7b5f520604ea8c1dd224328f13ddc15434b6a46a 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>