mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Fix sizing of materialBrandSelection
This also cleans up some stuff from the theme. Huzzah CURA-8979
This commit is contained in:
parent
93405bdb93
commit
f760ca146d
4 changed files with 4 additions and 11 deletions
|
@ -17,7 +17,7 @@ Rectangle
|
|||
property var material: null
|
||||
property bool hovered: false
|
||||
|
||||
height: UM.Theme.getSize("favorites_row").height
|
||||
height: UM.Theme.getSize("preferences_page_list_item").height
|
||||
width: parent.width
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue