mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:18:45 +02:00
Merge pull request #13625 from zfox23/MS16802_openGlyph
Fix MS16802: In Purchases, there shouldn't be a glyph associated with the Open button
This commit is contained in:
commit
db212a0c99
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ Item {
|
||||||
}
|
}
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
id: rezIcon;
|
id: rezIcon;
|
||||||
text: (root.buttonGlyph)[itemTypesArray.indexOf(root.itemType)];
|
text: root.isInstalled ? "" : (root.buttonGlyph)[itemTypesArray.indexOf(root.itemType)];
|
||||||
anchors.right: rezIconLabel.left;
|
anchors.right: rezIconLabel.left;
|
||||||
anchors.rightMargin: 2;
|
anchors.rightMargin: 2;
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
|
|
Loading…
Reference in a new issue