mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17: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
|
height: UM.Theme.getSize("menu").height
|
||||||
width: UM.Theme.getSize("menu").width
|
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
|
property bool isFlipped: menuPopup.flipped
|
||||||
|
|
||||||
|
@ -319,7 +319,7 @@ Cura.MenuItem
|
||||||
height: UM.Theme.getSize("menu").height
|
height: UM.Theme.getSize("menu").height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
color: materialColorButton.containsMouse ? "transparent" : UM.Theme.getColor("background_1")
|
color: materialColorButton.containsMouse ? UM.Theme.getColor("background_2") : "transparent"
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue