Layer view menu items now have Cura colors, not the system colors.

This commit is contained in:
Jack Ha 2017-03-20 15:49:27 +01:00
parent b8d8e4fac3
commit aa79ca1d30
2 changed files with 19 additions and 0 deletions

7
resources/themes/cura/styles.qml Normal file → Executable file
View file

@ -594,6 +594,13 @@ QtObject {
}
}
property Component text: Component {
TextFieldStyle {
textColor: Theme.getColor("text");
font: Theme.getFont("default");
}
}
property Component sidebar_action_button: Component {
ButtonStyle
{