mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add "star" icon to profile dropdown when there are customised settings
Contributes to CURA-909
This commit is contained in:
parent
00afebbc0d
commit
81a015015d
3 changed files with 20 additions and 1 deletions
|
@ -34,6 +34,7 @@ QtObject {
|
|||
anchors.left: parent.left;
|
||||
anchors.leftMargin: Theme.getSize("setting_unit_margin").width
|
||||
anchors.right: downArrow.left;
|
||||
anchors.rightMargin: control.rightMargin;
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
font: Theme.getFont("default")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue