Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-04-17 09:41:13 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-04-17 10:18:08 +0300
commit904a8ab26cdde062007b7e00d75317f62bb60fe4 (patch)
tree2329232f149b0dce7509c4be9e7f2fa89f66a26f /plugins/MachineSettingsAction
parent9b603d1f4b7c0bd78ce73386b7642786616f7777 (diff)
Fix theming
CURA-6435
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index 3287643286..007db41f2b 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -57,6 +57,7 @@ Item
{
text: catalog.i18nc("@title:label", "Printer Settings")
font: UM.Theme.getFont("medium_bold")
+ color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}
@@ -172,6 +173,7 @@ Item
{
text: catalog.i18nc("@title:label", "Printhead Settings")
font: UM.Theme.getFont("medium_bold")
+ color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}