Browse Source

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
Jaime van Kessel 5 years ago
parent
commit
58a20fc110
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/MachineSettingsAction/MachineSettingsAction.qml

+ 0 - 1
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
     }