mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +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
|
id: itemRowBackground
|
||||||
radius: UM.Theme.getSize("default_radius").width
|
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")
|
color: UM.Theme.getColor("toolbar_background")
|
||||||
|
|
||||||
width: itemRow.width + UM.Theme.getSize("default_margin").width
|
width: itemRow.width + UM.Theme.getSize("default_margin").width
|
||||||
@ -57,7 +56,7 @@ Item
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
width: 0.9 * prepareMenu.width
|
width: 0.9 * prepareMenu.width
|
||||||
height: parent.height - 2 * UM.Theme.getSize("default_lining").width
|
height: parent.height
|
||||||
|
|
||||||
Cura.MachineSelector
|
Cura.MachineSelector
|
||||||
{
|
{
|
||||||
|
@ -28,8 +28,6 @@ Item
|
|||||||
anchors.fill: stageMenu
|
anchors.fill: stageMenu
|
||||||
anchors.leftMargin: -radius
|
anchors.leftMargin: -radius
|
||||||
radius: UM.Theme.getSize("default_radius").width
|
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")
|
color: UM.Theme.getColor("toolbar_background")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,7 +41,7 @@ Item
|
|||||||
{
|
{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
height: parent.height - 2 * UM.Theme.getSize("default_lining").width
|
height: parent.height
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user