mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +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
|
implicitWidth: 384; implicitHeight: 640
|
||||||
minSize: Qt.vector2d(200, 300)
|
minSize: Qt.vector2d(200, 300)
|
||||||
|
|
||||||
colorScheme: hifi.colorSchemes.light
|
property int colorScheme: hifi.colorSchemes.dark
|
||||||
|
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
|
|
||||||
|
@ -57,13 +57,13 @@ Window {
|
||||||
HifiControls.ContentSection {
|
HifiControls.ContentSection {
|
||||||
name: "Asset Directory"
|
name: "Asset Directory"
|
||||||
spacing: hifi.dimensions.contentSpacing.y
|
spacing: hifi.dimensions.contentSpacing.y
|
||||||
colorScheme: root.colorScheme
|
|
||||||
isFirst: true
|
isFirst: true
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: buttonRow
|
id: buttonRow
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
spacing: hifi.dimensions.contentSpacing.x
|
||||||
|
|
||||||
HifiControls.GlyphButton {
|
HifiControls.GlyphButton {
|
||||||
glyph: hifi.glyphs.back
|
glyph: hifi.glyphs.back
|
||||||
|
@ -113,7 +113,6 @@ Window {
|
||||||
HifiControls.ContentSection {
|
HifiControls.ContentSection {
|
||||||
name: ""
|
name: ""
|
||||||
spacing: hifi.dimensions.contentSpacing.y
|
spacing: hifi.dimensions.contentSpacing.y
|
||||||
colorScheme: root.colorScheme
|
|
||||||
|
|
||||||
HifiControls.TextField {
|
HifiControls.TextField {
|
||||||
id: fileUrl
|
id: fileUrl
|
||||||
|
@ -176,4 +175,3 @@ Window {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -84,12 +84,6 @@ Item {
|
||||||
readonly property color dropDownDarkStart: "#7d7d7d"
|
readonly property color dropDownDarkStart: "#7d7d7d"
|
||||||
readonly property color dropDownDarkFinish: "#6b6a6b"
|
readonly property color dropDownDarkFinish: "#6b6a6b"
|
||||||
readonly property color textFieldLightBackground: "#d4d4d4"
|
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 {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue