Change edit window's title and default size

This commit is contained in:
David Rowe 2016-03-24 15:38:26 +13:00
parent 96ce912d3d
commit 5541dd6732

View file

@ -26,9 +26,9 @@ Window {
destroyOnInvisible: false
closable: true
visible: false
width: 384; height: 640;
title: "Tools"
title: "Edit"
property alias tabView: tabView
implicitWidth: 520; implicitHeight: 695
minSize: Qt.vector2d(400, 500)
HifiConstants { id: hifi }