mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Simplify
This commit is contained in:
parent
ef4265de4b
commit
919bfce7ab
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ Item {
|
|||
text: root.isInstalled ? "OPEN" : (MyAvatar.skeletonModelURL === root.itemHref ? "CURRENT" : (root.buttonTextNormal)[itemTypesArray.indexOf(root.itemType)]);
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
width: rezIconLabelTextMetrics.width;
|
||||
x: parent.width/2 - rezIconLabelTextMetrics.width/2 + (rezIcon.text === "" ? 0 : rezIconTextMetrics.width/2);
|
||||
x: parent.width/2 - rezIconLabelTextMetrics.width/2 + rezIconTextMetrics.width/2;
|
||||
size: 15;
|
||||
font.capitalization: Font.AllUppercase;
|
||||
verticalAlignment: Text.AlignVCenter;
|
||||
|
|
Loading…
Reference in a new issue