mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Fix noPermissionGlyph margin
This commit is contained in:
parent
f08c66e3ac
commit
1fbc16aae2
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Item {
|
|||
visible: !root.hasPermissionToRezThis;
|
||||
anchors.verticalCenter: itemName.verticalCenter;
|
||||
anchors.left: itemName.right;
|
||||
anchors.leftMargin: itemName.truncated ? -14 : -2;
|
||||
anchors.leftMargin: itemName.truncated ? -10 : -2;
|
||||
text: hifi.glyphs.info;
|
||||
// Size
|
||||
size: 40;
|
||||
|
|
Loading…
Reference in a new issue