mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:43:31 +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.top: parent.top;
|
||||||
anchors.left: parent.left;
|
anchors.left: parent.left;
|
||||||
anchors.leftMargin: 20;
|
anchors.leftMargin: 20;
|
||||||
width: parent.width/2;
|
width: parent.width/2 - anchors.leftMargin;
|
||||||
height: 80;
|
height: 80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue