~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/StandardMenu.qml

  • Committer: CI Train Bot
  • Author(s): Nick Dedekind
  • Date: 2016-03-02 21:39:35 UTC
  • mfrom: (103.2.10 ubuntu-settings-components)
  • Revision ID: ci-train-bot@canonical.com-20160302213935-9vuwiecbw81w2xm9
Fixed colors palette value set & updated imports. Moved ModemItem from u8. Fixes: #1550327
Approved by: Unity8 CI Bot, Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        Icon {
53
53
            id: iconVisual
54
54
            visible: source != ""
55
 
            color: theme.palette.selected.backgroundText
 
55
            color: theme.palette.normal.backgroundText
56
56
 
57
57
            readonly property real size: Math.min(units.gu(3), parent.height - menu.__contentsMargins)
58
58