Skip to content

Commit 4e08ba3

Browse files
committed
[GUI] Make total balance menu easier to display
1 parent 92312a8 commit 4e08ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/veil/balance.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void Balance::onBtnBalanceClicked(int type){
129129
thirdBalance = balances.basecoin_balance;
130130
widget = ui->btnBalance;
131131
posy = 0;
132-
posx = widget->pos().rx()+150;
132+
posx = widget->pos().rx()+190;
133133
break;
134134
case 1:
135135
firstTitle = QString::fromStdString("Zerocoin");

0 commit comments

Comments
 (0)