Merge pull request #13446 from zfox23/MS16088_usernameOverlap

Fix MS16088: Prevent long usernames from overlapping HFC logo in Wallet Home
This commit is contained in:
Zach Fox 2018-06-25 11:45:29 -07:00 committed by GitHub
commit 3553f97776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ Item {
anchors.top: parent.top;
anchors.left: parent.left;
anchors.leftMargin: 20;
width: parent.width/2;
width: parent.width/2 - anchors.leftMargin;
height: 80;
}