mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:37:17 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into screenshareElectronApp
This commit is contained in:
commit
fa8d5e57d1
1 changed files with 0 additions and 27 deletions
|
@ -106,33 +106,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Image {
|
|
||||||
id: homeButton
|
|
||||||
source: "images/homeIcon.svg"
|
|
||||||
opacity: homeButtonMouseArea.containsMouse ? 1.0 : 0.7
|
|
||||||
anchors.top: parent.top
|
|
||||||
anchors.topMargin: 15
|
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.rightMargin: 24
|
|
||||||
width: 14
|
|
||||||
height: 13
|
|
||||||
|
|
||||||
MouseArea {
|
|
||||||
id: homeButtonMouseArea
|
|
||||||
anchors.fill: parent
|
|
||||||
hoverEnabled: true
|
|
||||||
onEntered: {
|
|
||||||
Tablet.playSound(TabletEnums.ButtonHover);
|
|
||||||
}
|
|
||||||
onClicked: {
|
|
||||||
Tablet.playSound(TabletEnums.ButtonClick);
|
|
||||||
// Can't use `Window.location` in QML, so just use what setting `Window.location` actually calls under the hood:
|
|
||||||
// AddressManager.handleLookupString().
|
|
||||||
AddressManager.handleLookupString(LocationBookmarks.getAddress("hqhome"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
AvatarAppComponents.DisplayNameHeader {
|
AvatarAppComponents.DisplayNameHeader {
|
||||||
id: displayNameHeader
|
id: displayNameHeader
|
||||||
previewUrl: root.avatarPreviewUrl
|
previewUrl: root.avatarPreviewUrl
|
||||||
|
|
Loading…
Reference in a new issue