mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Layer view menu items now have Cura colors, not the system colors.
This commit is contained in:
parent
b8d8e4fac3
commit
aa79ca1d30
2 changed files with 19 additions and 0 deletions
7
resources/themes/cura/styles.qml
Normal file → Executable file
7
resources/themes/cura/styles.qml
Normal file → Executable 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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue