Add "star" icon to profile dropdown when there are customised settings

Contributes to CURA-909
This commit is contained in:
fieldOfView 2016-03-07 14:42:23 +01:00
parent 00afebbc0d
commit 81a015015d
3 changed files with 20 additions and 1 deletions

View file

@ -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")
}