diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 07:22:50 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-04 15:19:55 +0200 |
commit | 4c1f62bceff8db26da6d0354b29438c3294e2522 (patch) | |
tree | 9dd8271742e8974fea248ae12659e05111d07d6e /accounts | |
parent | 65362ba42ac14f718b36b8e527f1d14605fd1761 (diff) | |
download | kube-4c1f62bceff8db26da6d0354b29438c3294e2522.tar.gz kube-4c1f62bceff8db26da6d0354b29438c3294e2522.zip |
use theme
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index b768979a..2e7b6d8a 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -57,8 +57,8 @@ Item { | |||
57 | fill: parent | 57 | fill: parent |
58 | } | 58 | } |
59 | columns: 2 | 59 | columns: 2 |
60 | columnSpacing: Kirigami.Units.largeSpacing | 60 | columnSpacing: KubeTheme.Units.largeSpacing |
61 | rowSpacing: Kirigami.Units.largeSpacing | 61 | rowSpacing: KubeTheme.Units.largeSpacing |
62 | 62 | ||
63 | Controls.Label { | 63 | Controls.Label { |
64 | text: "Title of Account" | 64 | text: "Title of Account" |
@@ -88,7 +88,7 @@ Item { | |||
88 | } | 88 | } |
89 | 89 | ||
90 | Controls.Button { | 90 | Controls.Button { |
91 | iconName: "folder" | 91 | iconName: KubeTheme.Icons.folder |
92 | 92 | ||
93 | onClicked: { | 93 | onClicked: { |
94 | fileDialogComponent.createObject(parent) | 94 | fileDialogComponent.createObject(parent) |