Port runcommand config to Kirigami.Dialog
It works better out of the box
This commit is contained in:
parent
811101352f
commit
632bf8e450
1 changed files with 3 additions and 1 deletions
|
@ -72,12 +72,14 @@ Kirigami.ScrollablePage {
|
|||
helpfulAction: root.actions[0]
|
||||
}
|
||||
|
||||
QQC2.Dialog {
|
||||
Kirigami.Dialog {
|
||||
id: addDialog
|
||||
title: "Add command"
|
||||
|
||||
standardButtons: QQC2.Dialog.Save | QQC2.Dialog.Cancel
|
||||
|
||||
horizontalPadding: Kirigami.Units.largeSpacing
|
||||
|
||||
Kirigami.FormLayout {
|
||||
QQC2.TextField {
|
||||
id: nameField
|
||||
|
|
Loading…
Reference in a new issue