mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Change the play/pause button colors
This commit is contained in:
parent
4b79770d58
commit
76acb13f59
1 changed files with 3 additions and 4 deletions
|
@ -61,10 +61,9 @@ Item
|
||||||
iconSource: !is_simulation_playing ? "./resources/simulation_resume.svg": "./resources/simulation_pause.svg"
|
iconSource: !is_simulation_playing ? "./resources/simulation_resume.svg": "./resources/simulation_pause.svg"
|
||||||
width: UM.Theme.getSize("small_button").width
|
width: UM.Theme.getSize("small_button").width
|
||||||
height: UM.Theme.getSize("small_button").height
|
height: UM.Theme.getSize("small_button").height
|
||||||
hoverBackgroundColor: UM.Theme.getColor("small_button_hover")
|
hoverColor: UM.Theme.getColor("slider_handle_active")
|
||||||
hoverColor: UM.Theme.getColor("small_button_text_hover")
|
color: UM.Theme.getColor("slider_handle")
|
||||||
color: UM.Theme.getColor("small_button_text")
|
iconMargin: UM.Theme.getSize("thick_lining").width
|
||||||
iconMargin: 0.5 * UM.Theme.getSize("wide_lining").width
|
|
||||||
visible: !UM.SimulationView.compatibilityMode
|
visible: !UM.SimulationView.compatibilityMode
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue