~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-xenial-landing-013

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Menus/ProgressValueMenu.qml

Align the progress label color to the main entry label color Fixes: #1554616
Approved by: Nick Dedekind, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
            text: menuItem.value + " %"
34
34
            fontSize: "medium"
 
35
            color: menuItem.foregroundColor
35
36
        }
36
37
    }
37
38
}