diff options
Diffstat (limited to 'components/package/contents/ui/FocusComposer.qml')
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index 8ec01cc9..ab04dbed 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 | ||
@@ -43,7 +45,7 @@ Rectangle { | |||
43 | height: root.height * 0.8 | 45 | height: root.height * 0.8 |
44 | width: root.width * 0.8 | 46 | width: root.width * 0.8 |
45 | 47 | ||
46 | color: colorPalette.background | 48 | color: ColorPalette.background |
47 | 49 | ||
48 | MouseArea { | 50 | MouseArea { |
49 | anchors.fill: parent | 51 | anchors.fill: parent |
@@ -53,7 +55,7 @@ Rectangle { | |||
53 | 55 | ||
54 | anchors { | 56 | anchors { |
55 | fill: parent | 57 | fill: parent |
56 | margins: unit.size * 3 | 58 | margins: Unit.size * 3 |
57 | } | 59 | } |
58 | 60 | ||
59 | Composer { | 61 | Composer { |
@@ -78,4 +80,4 @@ Rectangle { | |||
78 | } | 80 | } |
79 | } | 81 | } |
80 | } | 82 | } |
81 | } \ No newline at end of file | 83 | } |