mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:16:16 +02: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)]);
|
text: root.isInstalled ? "OPEN" : (MyAvatar.skeletonModelURL === root.itemHref ? "CURRENT" : (root.buttonTextNormal)[itemTypesArray.indexOf(root.itemType)]);
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
width: rezIconLabelTextMetrics.width;
|
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;
|
size: 15;
|
||||||
font.capitalization: Font.AllUppercase;
|
font.capitalization: Font.AllUppercase;
|
||||||
verticalAlignment: Text.AlignVCenter;
|
verticalAlignment: Text.AlignVCenter;
|
||||||
|
|
Loading…
Reference in a new issue