mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Fix MS16088: Prevent long usernames from overlapping HFC logo in Wallet Home
This commit is contained in:
parent
4088035b3b
commit
6fce6431a3
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