mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add background to profiles page
CURA-8949
This commit is contained in:
parent
a458155258
commit
3a1d5a29fa
1 changed files with 15 additions and 0 deletions
|
|
@ -376,6 +376,21 @@ UM.ManagementPage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle
|
||||||
|
{
|
||||||
|
color: UM.Theme.getColor("main_background")
|
||||||
|
anchors
|
||||||
|
{
|
||||||
|
top: detailsPanelHeaderColumn.bottom
|
||||||
|
topMargin: -UM.Theme.getSize("default_lining").width
|
||||||
|
left: parent.left
|
||||||
|
right: parent.right
|
||||||
|
bottom: parent.bottom
|
||||||
|
}
|
||||||
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
|
border.color: UM.Theme.getColor("thick_lining")
|
||||||
|
}
|
||||||
|
|
||||||
Cura.ProfileOverview
|
Cura.ProfileOverview
|
||||||
{
|
{
|
||||||
anchors
|
anchors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue