mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 04:10:11 +02:00
Remove unused variables
This commit is contained in:
parent
51be88d4c3
commit
e0371929a2
2 changed files with 2 additions and 10 deletions
|
@ -27,7 +27,7 @@ Window {
|
|||
implicitWidth: 384; implicitHeight: 640
|
||||
minSize: Qt.vector2d(200, 300)
|
||||
|
||||
colorScheme: hifi.colorSchemes.light
|
||||
property int colorScheme: hifi.colorSchemes.dark
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
||||
|
@ -57,13 +57,13 @@ Window {
|
|||
HifiControls.ContentSection {
|
||||
name: "Asset Directory"
|
||||
spacing: hifi.dimensions.contentSpacing.y
|
||||
colorScheme: root.colorScheme
|
||||
isFirst: true
|
||||
|
||||
Row {
|
||||
id: buttonRow
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
spacing: hifi.dimensions.contentSpacing.x
|
||||
|
||||
HifiControls.GlyphButton {
|
||||
glyph: hifi.glyphs.back
|
||||
|
@ -113,7 +113,6 @@ Window {
|
|||
HifiControls.ContentSection {
|
||||
name: ""
|
||||
spacing: hifi.dimensions.contentSpacing.y
|
||||
colorScheme: root.colorScheme
|
||||
|
||||
HifiControls.TextField {
|
||||
id: fileUrl
|
||||
|
@ -176,4 +175,3 @@ Window {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -84,12 +84,6 @@ Item {
|
|||
readonly property color dropDownDarkStart: "#7d7d7d"
|
||||
readonly property color dropDownDarkFinish: "#6b6a6b"
|
||||
readonly property color textFieldLightBackground: "#d4d4d4"
|
||||
readonly property color sectionSeparator1: [ baseGrayHighlight, baseGrayShadow]
|
||||
readonly property color sectionSeparator2: [ white, baseGrayHighlight]
|
||||
readonly property color sectiongGradiantStart: [ darkGray, darkGray]
|
||||
readonly property color sectionGradiantFinish: [ darkGray0, darkGray0]
|
||||
readonly property color backgroundLight: faintGray
|
||||
readonly property color backgroundDark: baseGray
|
||||
}
|
||||
|
||||
Item {
|
||||
|
|
Loading…
Reference in a new issue