mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 06:50:11 +02:00
button styling
This commit is contained in:
parent
023a32563c
commit
de3a0d3d0c
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ Rectangle {
|
|||
id: filter
|
||||
checked: settings.filtered
|
||||
text: "in view"
|
||||
boxSize: reload.height
|
||||
boxSize: reload.height * 0.70
|
||||
onCheckedChanged: refreshWithFilter()
|
||||
}
|
||||
HifiControls.GlyphButton {
|
||||
|
@ -120,7 +120,7 @@ Rectangle {
|
|||
width: reload.height
|
||||
onClicked: refreshWithFilter()
|
||||
}
|
||||
spacing: 40
|
||||
spacing: 50
|
||||
anchors {
|
||||
right: parent.right
|
||||
top: parent.top
|
||||
|
|
Loading…
Reference in a new issue