summaryrefslogtreecommitdiffstats
path: root/components/theme/contents/ui/main.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 10:07:13 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 10:07:13 +0200
commite78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (patch)
tree57afeef37640051a8d28d614c33345e509ce387b /components/theme/contents/ui/main.qml
parentbfba957a7ebc64925bc553200616724cba9b1e37 (diff)
downloadkube-e78224a7d9ccf70aadde8c0bff1cab72e8cb7438.tar.gz
kube-e78224a7d9ccf70aadde8c0bff1cab72e8cb7438.zip
Moved theme to framework
Diffstat (limited to 'components/theme/contents/ui/main.qml')
-rw-r--r--components/theme/contents/ui/main.qml23
1 files changed, 0 insertions, 23 deletions
diff --git a/components/theme/contents/ui/main.qml b/components/theme/contents/ui/main.qml
deleted file mode 100644
index c3c7ac8f..00000000
--- a/components/theme/contents/ui/main.qml
+++ /dev/null
@@ -1,23 +0,0 @@
1
2import QtQuick 2.7
3import QtQuick.Layouts 1.2
4
5import org.kube.components.theme 1.0 as KubeTheme
6
7Item {
8 height: 200
9 width: 200
10
11 RowLayout {
12
13 anchors.fill: parent
14
15 Rectangle {
16
17 height: 50
18 width: 50
19
20 color: KubeTheme.Colors.text
21 }
22 }
23}