mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:55:36 +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 {
|
||||
id: spinBox
|
||||
//HifiConstants { id: hifi } // DJRTODO: Not needed?
|
||||
|
||||
property int colorScheme: hifi.colorSchemes.light
|
||||
readonly property bool isLightColorScheme: colorScheme == hifi.colorSchemes.light
|
||||
|
|
|
@ -25,6 +25,7 @@ Window {
|
|||
height: 577
|
||||
property var sections: []
|
||||
property var showCategories: []
|
||||
minSize: Qt.vector2d(400, 500)
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
||||
|
|
Loading…
Reference in a new issue