mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove unused background from PrintSetupSelector
CURA-5785
This commit is contained in:
parent
88b57518d9
commit
987ff1737f
1 changed files with 1 additions and 2 deletions
|
|
@ -33,11 +33,10 @@ Item
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
flickableItem.flickableDirection: Flickable.VerticalFlick
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
|
|
||||||
Rectangle
|
Item
|
||||||
{
|
{
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
color: UM.Theme.getColor("main_background")
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Quality profile
|
// Quality profile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue