Merge branch 'feature_find_settings' of https://github.com/fieldOfView/Cura

This commit is contained in:
Jaime van Kessel 2016-11-24 14:47:02 +01:00
commit 9a81a24512
4 changed files with 435 additions and 216 deletions

View file

@ -118,6 +118,7 @@ Item {
elide: Text.ElideMiddle;
color: UM.Theme.getColor("setting_control_text");
opacity: (definition.visible) ? 1 : 0.5
// emphasize the setting if it has a value in the user or quality profile
font: base.doQualityUserSettingEmphasis && base.stackLevel != undefined && base.stackLevel <= 1 ? UM.Theme.getFont("default_italic") : UM.Theme.getFont("default")
}