mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 10:16:19 +02:00
Tidying
This commit is contained in:
parent
e8f349ec31
commit
b62bd682ed
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ import "../controls-uit" as HifiControls
|
||||||
|
|
||||||
SpinBox {
|
SpinBox {
|
||||||
id: spinBox
|
id: spinBox
|
||||||
//HifiConstants { id: hifi } // DJRTODO: Not needed?
|
|
||||||
|
|
||||||
property int colorScheme: hifi.colorSchemes.light
|
property int colorScheme: hifi.colorSchemes.light
|
||||||
readonly property bool isLightColorScheme: colorScheme == hifi.colorSchemes.light
|
readonly property bool isLightColorScheme: colorScheme == hifi.colorSchemes.light
|
||||||
|
|
|
@ -25,6 +25,7 @@ Window {
|
||||||
height: 577
|
height: 577
|
||||||
property var sections: []
|
property var sections: []
|
||||||
property var showCategories: []
|
property var showCategories: []
|
||||||
|
minSize: Qt.vector2d(400, 500)
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue