diff options
Diffstat (limited to 'qml/AccountsPage.qml')
-rw-r--r-- | qml/AccountsPage.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index ca27df8..48c98b5 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -101,7 +101,6 @@ Kirigami.Page { } Button { - width: 100 text: "Select" onClicked: { while (pageStack.depth > 1) { @@ -118,7 +117,6 @@ Kirigami.Page { } Button { - width: 100 text: "Delete" onClicked: { dcAccounts.removeAccount(model.number) |