Fix height of Load Defaults button

This commit is contained in:
David Rowe 2016-06-09 17:15:17 +12:00
parent 262e0262fc
commit 5352bd4b76

View file

@ -261,6 +261,7 @@ Window {
HifiControls.Button {
text: "Load Defaults"
color: hifi.buttons.black
height: 26
onClicked: loadDefaults()
}
}