~unity-team/ubuntu-settings-components/local-translation-update

« back to all changes in this revision

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

Merge trunk

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
}