From e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 10:07:13 +0200 Subject: Moved theme to framework --- components/theme/contents/ui/main.qml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 components/theme/contents/ui/main.qml (limited to 'components/theme/contents/ui/main.qml') 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 @@ - -import QtQuick 2.7 -import QtQuick.Layouts 1.2 - -import org.kube.components.theme 1.0 as KubeTheme - -Item { - height: 200 - width: 200 - - RowLayout { - - anchors.fill: parent - - Rectangle { - - height: 50 - width: 50 - - color: KubeTheme.Colors.text - } - } -} -- cgit v1.2.3