Port runcommand config to Kirigami.Dialog

It works better out of the box
This commit is contained in:
Nicolas Fella 2024-06-06 02:32:16 +02:00
parent 811101352f
commit 632bf8e450

View file

@ -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