mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Show bottom border of material brands
CURA-9522
This commit is contained in:
parent
0ecfdd063d
commit
ab49dcceb5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue