mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
Fix avatar browser top border height and remove separate "close" button
This commit is contained in:
parent
e5ee98ee60
commit
6b8109f164
1 changed files with 1 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue