Merge pull request #8045 from ctrlaltdavid/load-dfaults-button

fix height of Load Defaults button in Running Scripts dialog
This commit is contained in:
Brad Hefta-Gaub 2016-06-09 12:06:01 -07:00
commit 020077b6cb

View file

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