Removed line around the headerbar

I was checking an old design, the new one doesn't have a line around it

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-13 16:40:51 +01:00
parent b83175a380
commit 551bc2fbd4
2 changed files with 3 additions and 6 deletions

View file

@ -40,8 +40,7 @@ Item
{
id: itemRowBackground
radius: UM.Theme.getSize("default_radius").width
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")
color: UM.Theme.getColor("toolbar_background")
width: itemRow.width + UM.Theme.getSize("default_margin").width
@ -57,7 +56,7 @@ Item
anchors.centerIn: parent
width: 0.9 * prepareMenu.width
height: parent.height - 2 * UM.Theme.getSize("default_lining").width
height: parent.height
Cura.MachineSelector
{

View file

@ -28,8 +28,6 @@ Item
anchors.fill: stageMenu
anchors.leftMargin: -radius
radius: UM.Theme.getSize("default_radius").width
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")
color: UM.Theme.getColor("toolbar_background")
}
@ -43,7 +41,7 @@ Item
{
anchors.centerIn: parent
spacing: UM.Theme.getSize("default_margin").width
height: parent.height - 2 * UM.Theme.getSize("default_lining").width
height: parent.height
Item
{