mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-27 15:46:08 +02:00
Change edit window's title and default size
This commit is contained in:
parent
96ce912d3d
commit
5541dd6732
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue