diff options
Diffstat (limited to 'components/package/contents/ui/FocusComposer.qml')
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index 5c4d88d7..bc8b3f2d 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml | |||
@@ -45,7 +45,7 @@ Rectangle { | |||
45 | height: root.height * 0.8 | 45 | height: root.height * 0.8 |
46 | width: root.width * 0.8 | 46 | width: root.width * 0.8 |
47 | 47 | ||
48 | color: colorPalette.background | 48 | color: ColorPalette.background |
49 | 49 | ||
50 | MouseArea { | 50 | MouseArea { |
51 | anchors.fill: parent | 51 | anchors.fill: parent |
@@ -80,4 +80,4 @@ Rectangle { | |||
80 | } | 80 | } |
81 | } | 81 | } |
82 | } | 82 | } |
83 | } \ No newline at end of file | 83 | } |