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:
authorJaime van Kessel <nallath@gmail.com>2019-12-23 19:08:48 +0300
committerJaime van Kessel <nallath@gmail.com>2019-12-23 19:08:48 +0300
commit58a20fc110e07cd5c923e29de89b13491a16cd28 (patch)
tree7d70b780c84454ef54e6cc6eb8120f37c9def9d1 /plugins/MachineSettingsAction
parent8a9b7912984a3d4a5fed23ae6caf3c62cde7c9f5 (diff)
Remove themed color from machinesettings action
Since it's partially in a system themed style, it shouldn't use color. If it does use color, it gets messed up if the user uses dark theme (white text on gray background doesn't work) CURA-7059
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsAction.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsAction.qml b/plugins/MachineSettingsAction/MachineSettingsAction.qml
index 56b4d3e3b6..c2cb30c14b 100644
--- a/plugins/MachineSettingsAction/MachineSettingsAction.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsAction.qml
@@ -97,7 +97,6 @@ Cura.MachineAction
text: Cura.MachineManager.activeMachine.name
horizontalAlignment: Text.AlignHCenter
font: UM.Theme.getFont("large_bold")
- color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}