More work on exposing tools to QML overlay windows

This commit is contained in:
Brad Davis 2016-01-04 17:41:03 -08:00
parent 56ee48a084
commit 8485c89a0e
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ import "styles"
VrDialog {
id: root
objectName: "topLevelWindow"
HifiConstants { id: hifi }
title: "QmlWindow"
resizable: true

View file

@ -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