mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
Merge pull request #8045 from ctrlaltdavid/load-dfaults-button
fix height of Load Defaults button in Running Scripts dialog
This commit is contained in:
commit
020077b6cb
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ Window {
|
|||
HifiControls.Button {
|
||||
text: "Load Defaults"
|
||||
color: hifi.buttons.black
|
||||
height: 26
|
||||
onClicked: loadDefaults()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue