mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:29:03 +08:00
Add arrows in submenus
CURA-8640
This commit is contained in:
parent
d94ef39cba
commit
938ff691c4
@ -138,6 +138,7 @@ Cura.MenuItem
|
|||||||
spacing: 0
|
spacing: 0
|
||||||
opacity: materialBrandMenu.enabled ? 1 : 0.5
|
opacity: materialBrandMenu.enabled ? 1 : 0.5
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
@ -159,7 +160,15 @@ Cura.MenuItem
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
UM.ColorImage
|
||||||
|
{
|
||||||
|
height: UM.Theme.getSize("default_arrow").height
|
||||||
|
width: UM.Theme.getSize("default_arrow").width
|
||||||
|
color: UM.Theme.getColor("setting_control_text")
|
||||||
|
source: UM.Theme.getIcon("ChevronSingleRight")
|
||||||
|
}
|
||||||
|
|
||||||
|
Item
|
||||||
{
|
{
|
||||||
// Right side margin
|
// Right side margin
|
||||||
width: UM.Theme.getSize("default_margin").width
|
width: UM.Theme.getSize("default_margin").width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user