From 5755ad47145d2985ba74354961b4127d82c516f6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:00:21 +0200 Subject: A single framework plugin --- framework/qml/AttachmentDelegate.qml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'framework/qml/AttachmentDelegate.qml') diff --git a/framework/qml/AttachmentDelegate.qml b/framework/qml/AttachmentDelegate.qml index a589c9f3..9241efac 100644 --- a/framework/qml/AttachmentDelegate.qml +++ b/framework/qml/AttachmentDelegate.qml @@ -19,7 +19,6 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 import org.kde.kirigami 1.0 as Kirigami -import org.kube.components.theme 1.0 as KubeTheme Item { id: root @@ -34,7 +33,7 @@ Item { anchors.fill: parent id: background - color: KubeTheme.Colors.disabledTextColor + color: Kube.Colors.disabledTextColor } RowLayout { @@ -50,7 +49,7 @@ Item { height: Kirigami.Units.gridUnit width: Kirigami.Units.gridUnit - color: KubeTheme.Colors.backgroundColor + color: Kube.Colors.backgroundColor Kirigami.Icon { height: parent.height @@ -62,7 +61,7 @@ Item { Text { text: root.name - color: KubeTheme.Colors.backgroundColor + color: Kube.Colors.backgroundColor } } } -- cgit v1.2.3