From 451a02b0350fe9931a1dfe8b674e6d0f9eb0333c Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 5 Nov 2020 23:30:02 +0300 Subject: Do not set button width --- qml/AccountsPage.qml | 2 -- 1 file changed, 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) -- cgit v1.2.3-70-g09d2