Merge pull request #362 from snogcel/v0.12.0.x
Available Balance, Pending Label Fix
This commit is contained in:
commit
85815dcf29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user