This commit is contained in:
David Rowe 2016-02-27 11:03:57 +13:00
parent e8f349ec31
commit b62bd682ed
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -25,6 +25,7 @@ Window {
height: 577
property var sections: []
property var showCategories: []
minSize: Qt.vector2d(400, 500)
HifiConstants { id: hifi }