mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +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;
|
visible: !root.hasPermissionToRezThis;
|
||||||
anchors.verticalCenter: itemName.verticalCenter;
|
anchors.verticalCenter: itemName.verticalCenter;
|
||||||
anchors.left: itemName.right;
|
anchors.left: itemName.right;
|
||||||
anchors.leftMargin: itemName.truncated ? -14 : -2;
|
anchors.leftMargin: itemName.truncated ? -10 : -2;
|
||||||
text: hifi.glyphs.info;
|
text: hifi.glyphs.info;
|
||||||
// Size
|
// Size
|
||||||
size: 40;
|
size: 40;
|
||||||
|
|
Loading…
Reference in a new issue