button styling

This commit is contained in:
howard-stearns 2017-02-22 13:02:05 -08:00
parent 023a32563c
commit de3a0d3d0c

View file

@ -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