Available Balance, Pending Label Fix

This commit is contained in:
snogcel 2015-06-17 21:37:30 -06:00
parent cc458007e3
commit 5fed89fde4

View File

@ -751,7 +751,7 @@ qproperty-alignment: 'AlignVCenter | AlignLeft';
margin-left:20px;
}
QWidget .QFrame#frame .QLabel#label { /* Available Balance Label */
QWidget .QFrame#frame .QLabel#labelBalanceText { /* Available Balance Label */
qproperty-alignment: 'AlignVCenter | AlignRight';
min-width:230px;
background-color:#56ABD8;
@ -771,7 +771,7 @@ color:#56ABD8;
margin-left:14px;
}
QWidget .QFrame#frame .QLabel#label_3 { /* Pending Balance Label */
QWidget .QFrame#frame .QLabel#labelPendingText { /* Pending Balance Label */
qproperty-alignment: 'AlignVCenter | AlignRight';
min-width:230px;
background-color:#F8F6F6;