mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 12:55:07 +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
|
||||
rightMargin: 10
|
||||
}
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
}
|
||||
SpinBox {
|
||||
id: spinner
|
||||
|
@ -85,7 +86,7 @@ Preference {
|
|||
}
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
}
|
||||
Button {
|
||||
GlyphButton {
|
||||
id: button
|
||||
onClicked: {
|
||||
if(spinner.maximumValue >= 1) {
|
||||
|
@ -96,12 +97,12 @@ Preference {
|
|||
slider.value = spinner.maximumValue
|
||||
}
|
||||
}
|
||||
width: 50
|
||||
font.family: hiFiGlyphs.name
|
||||
text: "a"
|
||||
width: 30
|
||||
glyph: hifi.glyphs.reload
|
||||
anchors {
|
||||
right: parent.right
|
||||
}
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue