mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add grey border between extruder boxes
This is done by fitting tightly a rectangle around the grid of boxes. The boxes themselves have a white background but there is spacing between the boxes, which results in the little border. Contributes to issue CURA-3161.
This commit is contained in:
parent
9546c85967
commit
687cdcc30e
1 changed files with 36 additions and 29 deletions
|
@ -68,6 +68,12 @@ Column
|
|||
}
|
||||
}
|
||||
|
||||
Rectangle
|
||||
{
|
||||
color: UM.Theme.getColor("sidebar_lining")
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
GridLayout
|
||||
{
|
||||
id: extrudersGrid
|
||||
|
@ -107,6 +113,7 @@ Column
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue