mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02:00
Remove whitespace
This commit is contained in:
parent
cfa9d185f0
commit
5bc7d944f9
1 changed files with 9 additions and 9 deletions
|
@ -59,7 +59,7 @@ Item {
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: Commerce;
|
target: Commerce;
|
||||||
|
|
||||||
onContentSetChanged: {
|
onContentSetChanged: {
|
||||||
if (contentSetHref === root.itemHref) {
|
if (contentSetHref === root.itemHref) {
|
||||||
showConfirmation = true;
|
showConfirmation = true;
|
||||||
|
@ -135,7 +135,7 @@ Item {
|
||||||
anchors.topMargin: 8;
|
anchors.topMargin: 8;
|
||||||
width: 30;
|
width: 30;
|
||||||
height: width;
|
height: width;
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
id: closeContextMenuGlyph;
|
id: closeContextMenuGlyph;
|
||||||
text: hifi.glyphs.close;
|
text: hifi.glyphs.close;
|
||||||
|
@ -376,7 +376,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
transform: Rotation {
|
transform: Rotation {
|
||||||
id: rotation;
|
id: rotation;
|
||||||
origin.x: flipable.width/2;
|
origin.x: flipable.width/2;
|
||||||
|
@ -509,7 +509,7 @@ Item {
|
||||||
}
|
}
|
||||||
verticalAlignment: Text.AlignTop;
|
verticalAlignment: Text.AlignTop;
|
||||||
}
|
}
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
id: statusIcon;
|
id: statusIcon;
|
||||||
text: {
|
text: {
|
||||||
|
@ -588,7 +588,7 @@ Item {
|
||||||
border.width: 1;
|
border.width: 1;
|
||||||
border.color: "#E2334D";
|
border.color: "#E2334D";
|
||||||
}
|
}
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
id: contextMenuGlyph;
|
id: contextMenuGlyph;
|
||||||
text: hifi.glyphs.verticalEllipsis;
|
text: hifi.glyphs.verticalEllipsis;
|
||||||
|
@ -615,7 +615,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: rezzedNotifContainer;
|
id: rezzedNotifContainer;
|
||||||
z: 998;
|
z: 998;
|
||||||
|
@ -663,13 +663,13 @@ Item {
|
||||||
Tablet.playSound(TabletEnums.ButtonHover);
|
Tablet.playSound(TabletEnums.ButtonHover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onFocusChanged: {
|
onFocusChanged: {
|
||||||
if (focus) {
|
if (focus) {
|
||||||
Tablet.playSound(TabletEnums.ButtonHover);
|
Tablet.playSound(TabletEnums.ButtonHover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Tablet.playSound(TabletEnums.ButtonClick);
|
Tablet.playSound(TabletEnums.ButtonClick);
|
||||||
if (root.itemType === "contentSet") {
|
if (root.itemType === "contentSet") {
|
||||||
|
@ -775,7 +775,7 @@ Item {
|
||||||
// Style
|
// Style
|
||||||
color: hifi.colors.redAccent;
|
color: hifi.colors.redAccent;
|
||||||
horizontalAlignment: Text.AlignRight;
|
horizontalAlignment: Text.AlignRight;
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
hoverEnabled: true;
|
hoverEnabled: true;
|
||||||
|
|
Loading…
Reference in a new issue