mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +08: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
@ -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…
x
Reference in New Issue
Block a user