From d3e1aa3fa1d64360c9dc31edb17072f456ddfba4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Jan 2018 18:45:33 +0100 Subject: Kube is not defined --- framework/qml/PositiveButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index 2f71131b..db876038 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml @@ -29,6 +29,6 @@ AbstractButton { anchors.fill: parent color: "transparent" border.width: 1 - border.color: Kube.Colors.buttonColor + border.color: Colors.buttonColor } } -- cgit v1.2.3