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 /components/package/contents/ui/Settings.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 'components/package/contents/ui/Settings.qml')
-rw-r--r-- | components/package/contents/ui/Settings.qml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml index 1f5fc972..8da372e7 100644 --- a/components/package/contents/ui/Settings.qml +++ b/components/package/contents/ui/Settings.qml | |||
@@ -23,13 +23,14 @@ import org.kde.plasma.core 2.0 as PlasmaCore | |||
23 | 23 | ||
24 | import org.kube.framework.settings 1.0 as KubeSettings | 24 | import org.kube.framework.settings 1.0 as KubeSettings |
25 | import org.kube.framework.domain 1.0 as KubeFramework | 25 | import org.kube.framework.domain 1.0 as KubeFramework |
26 | import org.kube.framework.theme 1.0 | ||
26 | 27 | ||
27 | Rectangle { | 28 | Rectangle { |
28 | id: root | 29 | id: root |
29 | 30 | ||
30 | visible: false | 31 | visible: false |
31 | 32 | ||
32 | color: colorPalette.border | 33 | color: ColorPalette.border |
33 | 34 | ||
34 | opacity: 0.9 | 35 | opacity: 0.9 |
35 | 36 | ||
@@ -47,7 +48,7 @@ Rectangle { | |||
47 | height: root.height * 0.8 | 48 | height: root.height * 0.8 |
48 | width: root.width * 0.8 | 49 | width: root.width * 0.8 |
49 | 50 | ||
50 | color: colorPalette.background | 51 | color: ColorPalette.background |
51 | 52 | ||
52 | MouseArea { | 53 | MouseArea { |
53 | anchors.fill: parent | 54 | anchors.fill: parent |
@@ -78,7 +79,7 @@ Rectangle { | |||
78 | anchors { | 79 | anchors { |
79 | verticalCenter: parent.verticalCenter | 80 | verticalCenter: parent.verticalCenter |
80 | left: parent.left | 81 | left: parent.left |
81 | // leftMargin: unit.size * 3 | 82 | // leftMargin: Unit.size * 3 |
82 | } | 83 | } |
83 | source: accountFactory.icon | 84 | source: accountFactory.icon |
84 | } | 85 | } |