Merge pull request #4943 from Ultimaker/small_ui_fixes

Small ui fixes
This commit is contained in:
alekseisasin 2018-12-06 15:23:35 +01:00 committed by GitHub
commit e29baf0cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 2178 additions and 105 deletions

View file

@ -61,10 +61,9 @@ Item
iconSource: !is_simulation_playing ? "./resources/simulation_resume.svg": "./resources/simulation_pause.svg"
width: UM.Theme.getSize("small_button").width
height: UM.Theme.getSize("small_button").height
hoverBackgroundColor: UM.Theme.getColor("small_button_hover")
hoverColor: UM.Theme.getColor("small_button_text_hover")
color: UM.Theme.getColor("small_button_text")
iconMargin: 0.5 * UM.Theme.getSize("wide_lining").width
hoverColor: UM.Theme.getColor("slider_handle_active")
color: UM.Theme.getColor("slider_handle")
iconMargin: UM.Theme.getSize("thick_lining").width
visible: !UM.SimulationView.compatibilityMode
Connections