mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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