diff options
author | link2xt <link2xt@testrun.org> | 2020-11-05 23:30:02 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2020-11-05 23:30:02 +0300 |
commit | 451a02b0350fe9931a1dfe8b674e6d0f9eb0333c (patch) | |
tree | 7a5a650f176580b0cabde27aa7127ad7c2a3dace | |
parent | 33d7f5ce602255464cf1b56941e9bf83813236b5 (diff) | |
download | kdeltachat-451a02b0350fe9931a1dfe8b674e6d0f9eb0333c.tar.gz kdeltachat-451a02b0350fe9931a1dfe8b674e6d0f9eb0333c.zip |
Do not set button width
-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) |