diff options
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 | } |