diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:12:31 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:13:04 +0100 |
commit | 7c7a755f2d87d672ee8afc7d5656971297539fe3 (patch) | |
tree | b9fcaa50ff193024d2a0717d088baae153b0cbfd /components/package/contents/ui | |
parent | 8be073696c75fa5bdea4b61c50e0137531f99c3f (diff) | |
download | kube-7c7a755f2d87d672ee8afc7d5656971297539fe3.tar.gz kube-7c7a755f2d87d672ee8afc7d5656971297539fe3.zip |
Theme plugin with colorpalette
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index 8ec01cc9..5c4d88d7 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml | |||
@@ -19,13 +19,15 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.4 | 19 | import QtQuick.Controls 1.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kube.framework.theme 1.0 | ||
23 | |||
22 | Rectangle { | 24 | Rectangle { |
23 | id: root | 25 | id: root |
24 | property variant originalMessage | 26 | property variant originalMessage |
25 | 27 | ||
26 | visible: false | 28 | visible: false |
27 | 29 | ||
28 | color: colorPalette.border | 30 | color: ColorPalette.border |
29 | 31 | ||
30 | opacity: 0.9 | 32 | opacity: 0.9 |
31 | 33 | ||