mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Apply color to layerview legend labels directly
The Label style property should not be confused with e TextField style property
This commit is contained in:
parent
2493bd6fe6
commit
0b9f451103
2 changed files with 4 additions and 11 deletions
|
@ -632,13 +632,6 @@ 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