mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:09:34 +02:00
Fixed colour scheming and changed to a reload icon
This commit is contained in:
parent
60300f5d7b
commit
d74c834f12
1 changed files with 5 additions and 4 deletions
|
@ -68,6 +68,7 @@ Preference {
|
||||||
right: spinner.left
|
right: spinner.left
|
||||||
rightMargin: 10
|
rightMargin: 10
|
||||||
}
|
}
|
||||||
|
colorScheme: hifi.colorSchemes.dark
|
||||||
}
|
}
|
||||||
SpinBox {
|
SpinBox {
|
||||||
id: spinner
|
id: spinner
|
||||||
|
@ -85,7 +86,7 @@ Preference {
|
||||||
}
|
}
|
||||||
colorScheme: hifi.colorSchemes.dark
|
colorScheme: hifi.colorSchemes.dark
|
||||||
}
|
}
|
||||||
Button {
|
GlyphButton {
|
||||||
id: button
|
id: button
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if(spinner.maximumValue >= 1) {
|
if(spinner.maximumValue >= 1) {
|
||||||
|
@ -96,12 +97,12 @@ Preference {
|
||||||
slider.value = spinner.maximumValue
|
slider.value = spinner.maximumValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
width: 50
|
width: 30
|
||||||
font.family: hiFiGlyphs.name
|
glyph: hifi.glyphs.reload
|
||||||
text: "a"
|
|
||||||
anchors {
|
anchors {
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
|
colorScheme: hifi.colorSchemes.dark
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue