Change the play/pause button colors

This commit is contained in:
Diego Prado Gesto 2018-12-06 13:50:58 +01:00
parent 4b79770d58
commit 76acb13f59

View file

@ -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