Edit NButton alignment
This commit is contained in:
parent
c14eb95dba
commit
888ba108e0
4 changed files with 10 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ Popup {
|
|||
|
||||
NButton {
|
||||
text: "Apply"
|
||||
icon: "check"
|
||||
onClicked: {
|
||||
if (settingsLoader.item && settingsLoader.item.saveSettings) {
|
||||
var newSettings = settingsLoader.item.saveSettings()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue