Fix avatar browser top border height and remove separate "close" button

This commit is contained in:
David Rowe 2016-04-29 12:42:10 +12:00
parent e5ee98ee60
commit 6b8109f164

View file

@ -29,16 +29,9 @@ Windows.Window {
Controls.WebView {
id: webview
anchors { top: parent.top; left: parent.left; right: parent.right; bottom: closeButton.top; margins: 8 }
anchors.fill: parent
url: "https://metaverse.highfidelity.com/marketplace?category=avatars"
focus: true
}
Button {
id: closeButton
anchors { bottom: parent.bottom; right: parent.right; margins: 8 }
text: "Close"
onClicked: root.destroy();
}
}
}