mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 00:29:40 +02:00
More work on exposing tools to QML overlay windows
This commit is contained in:
parent
56ee48a084
commit
8485c89a0e
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ import "styles"
|
|||
|
||||
VrDialog {
|
||||
id: root
|
||||
objectName: "topLevelWindow"
|
||||
HifiConstants { id: hifi }
|
||||
title: "QmlWindow"
|
||||
resizable: true
|
||||
|
|
|
@ -5,6 +5,7 @@ import "../styles"
|
|||
|
||||
Item {
|
||||
id: root
|
||||
objectName: "topLevelWindow"
|
||||
HifiConstants { id: hifi }
|
||||
implicitHeight: contentImplicitHeight + titleBorder.height + hifi.styles.borderWidth
|
||||
implicitWidth: contentImplicitWidth + hifi.styles.borderWidth * 2
|
||||
|
|
Loading…
Reference in a new issue