From a3436bb24b0fb50eef089f070844f9928b765940 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 2 May 2018 16:25:27 +0200 Subject: [PATCH] Fix title color on dark theme --- plugins/Toolbox/resources/qml/ToolboxDetailPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Toolbox/resources/qml/ToolboxDetailPage.qml b/plugins/Toolbox/resources/qml/ToolboxDetailPage.qml index 5a73bcc981..98cc396f91 100644 --- a/plugins/Toolbox/resources/qml/ToolboxDetailPage.qml +++ b/plugins/Toolbox/resources/qml/ToolboxDetailPage.qml @@ -56,6 +56,7 @@ Item } text: details.name font: UM.Theme.getFont("large") + color: UM.Theme.getColor("text") wrapMode: Text.WordWrap width: parent.width height: UM.Theme.getSize("toolbox_property_label").height