Show bottom border of material brands

CURA-9522
This commit is contained in:
c.lamboo 2022-12-23 16:12:25 +01:00
parent 5a8bf7f37b
commit 0ecfdd063d

View File

@ -166,7 +166,7 @@ Cura.MenuItem
height: UM.Theme.getSize("menu").height
width: UM.Theme.getSize("menu").width
color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1")
color: materialTypeButton.containsMouse ? "transparent" : UM.Theme.getColor("background_1")
property bool isFlipped: menuPopup.flipped
@ -319,7 +319,7 @@ Cura.MenuItem
height: UM.Theme.getSize("menu").height
width: parent.width
color: materialColorButton.containsMouse ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1")
color: materialColorButton.containsMouse ? "transparent" : UM.Theme.getColor("background_1")
Rectangle
{