mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
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:
parent
b83175a380
commit
551bc2fbd4
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue