mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add arrows in submenus
CURA-8640
This commit is contained in:
parent
d94ef39cba
commit
938ff691c4
1 changed files with 10 additions and 1 deletions
|
|
@ -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,6 +160,14 @@ Cura.MenuItem
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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
|
Item
|
||||||
{
|
{
|
||||||
// Right side margin
|
// Right side margin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue