mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
Show bottom border of material brands
CURA-9522
This commit is contained in:
parent
0ecfdd063d
commit
ab49dcceb5
@ -166,7 +166,7 @@ Cura.MenuItem
|
||||
height: UM.Theme.getSize("menu").height
|
||||
width: UM.Theme.getSize("menu").width
|
||||
|
||||
color: materialTypeButton.containsMouse ? "transparent" : UM.Theme.getColor("background_1")
|
||||
color: materialTypeButton.containsMouse ? UM.Theme.getColor("background_2") : "transparent"
|
||||
|
||||
property bool isFlipped: menuPopup.flipped
|
||||
|
||||
@ -319,7 +319,7 @@ Cura.MenuItem
|
||||
height: UM.Theme.getSize("menu").height
|
||||
width: parent.width
|
||||
|
||||
color: materialColorButton.containsMouse ? "transparent" : UM.Theme.getColor("background_1")
|
||||
color: materialColorButton.containsMouse ? UM.Theme.getColor("background_2") : "transparent"
|
||||
|
||||
Rectangle
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user