aboutsummaryrefslogtreecommitdiff
path: root/qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2020-11-05 23:30:02 +0300
committerlink2xt <link2xt@testrun.org>2020-11-05 23:30:02 +0300
commit451a02b0350fe9931a1dfe8b674e6d0f9eb0333c (patch)
tree7a5a650f176580b0cabde27aa7127ad7c2a3dace /qml
parent33d7f5ce602255464cf1b56941e9bf83813236b5 (diff)
downloadkdeltachat-451a02b0350fe9931a1dfe8b674e6d0f9eb0333c.tar.gz
kdeltachat-451a02b0350fe9931a1dfe8b674e6d0f9eb0333c.zip
Do not set button width
Diffstat (limited to 'qml')
-rw-r--r--qml/AccountsPage.qml2
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)