diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-10 14:45:42 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-10 14:45:42 +0100 |
commit | ced0c73f7e5b8da83a0b5f51bf6220fb04c33cbf (patch) | |
tree | 748aca3ddd0b2170427d4f5a47c65090bd193aaf /accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |
parent | d8e13159711576394099f8954368aeb9da7fa87a (diff) | |
parent | 1f1dbdf5af1af9a83d74113bbdf4132271d6ca51 (diff) | |
download | kube-ced0c73f7e5b8da83a0b5f51bf6220fb04c33cbf.tar.gz kube-ced0c73f7e5b8da83a0b5f51bf6220fb04c33cbf.zip |
Merge branch 'develop' of git://anongit.kde.org/kube into develop
Diffstat (limited to 'accounts/maildir/package/contents/ui/MaildirAccountSettings.qml')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index a2564500..99814a06 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -20,18 +20,16 @@ import QtQuick.Controls 1.4 | |||
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kube.framework.settings 1.0 as KubeSettings | 22 | import org.kube.framework.settings 1.0 as KubeSettings |
23 | import org.kube.framework.theme 1.0 | ||
23 | import org.kde.kube.accounts.maildir 1.0 as MaildirAccount | 24 | import org.kde.kube.accounts.maildir 1.0 as MaildirAccount |
24 | import org.kube.components 1.0 as KubeComponents | 25 | |
25 | 26 | ||
26 | Rectangle { | 27 | Rectangle { |
27 | id: root | 28 | id: root |
28 | property string accountId | 29 | property string accountId |
29 | property string accountName: "Maildir" | 30 | property string accountName: "Maildir" |
30 | 31 | ||
31 | KubeComponents.ColorPalette { | 32 | color: ColorPalette.background |
32 | id: colorPalette | ||
33 | } | ||
34 | color: colorPalette.background | ||
35 | 33 | ||
36 | GridLayout { | 34 | GridLayout { |
37 | id: gridLayout | 35 | id: gridLayout |