mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-12 10:52:32 +02:00
adding top padding for my name card
This commit is contained in:
parent
6ccf16dfe5
commit
0a8d195f6f
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ Item {
|
|||
height: 40
|
||||
// Anchors
|
||||
anchors.top: avatarImage.top
|
||||
anchors.topMargin: avatarImage.visible ? 18 : 0;
|
||||
anchors.left: avatarImage.right
|
||||
anchors.leftMargin: avatarImage.visible ? 5 : 0;
|
||||
anchors.rightMargin: 5;
|
||||
|
|
Loading…
Reference in a new issue