~registry/ubuntu-settings-components/trunk

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Components/MessageHeader.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:
59
59
 
60
60
                color: {
61
61
                    if (String(source).match(/^image:\/\/theme/)) {
62
 
                        return theme.palette.selected.backgroundText;
 
62
                        return theme.palette.normal.backgroundText;
63
63
                    }
64
64
                    return Qt.rgba(0.0, 0.0, 0.0, 0.0);
65
65
                }
116
116
            Layout.preferredHeight: units.gu(3)
117
117
            Layout.preferredWidth: units.gu(3)
118
118
            Layout.alignment: Qt.AlignRight
119
 
            color: theme.palette.selected.backgroundText
 
119
            color: theme.palette.normal.backgroundText
120
120
 
121
121
            MouseArea {
122
122
                anchors.fill: parent