mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
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:
commit
3553f97776
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue