mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Apply suggestions from code review
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com> Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
parent
e03b4e07f9
commit
1e6184448c
11 changed files with 26 additions and 25 deletions
|
@ -56,10 +56,10 @@ Row
|
|||
|
||||
Cura.ExtruderButton
|
||||
{
|
||||
anchors.margins : 0
|
||||
anchors.margins: 0
|
||||
padding: 0
|
||||
extruder: model
|
||||
checked: extruder.index == selectedIndex
|
||||
checked: extruder.index === selectedIndex
|
||||
iconScale: 0.8
|
||||
font: UM.Theme.getFont("tiny_emphasis")
|
||||
buttonSize: UM.Theme.getSize("small_button").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue