~aacid/unity8/card_optimizations

« back to all changes in this revision

Viewing changes to qml/Dash/Previews/PreviewRatingInput.qml

  • Committer: Albert Astals
  • Date: 2014-04-17 11:11:27 UTC
  • mfrom: (796.6.43 unity8)
  • Revision ID: albert.astals@canonical.com-20140417111127-jns8uvil2t6oen23
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                verticalCenter: parent.verticalCenter
77
77
                left: parent.left
78
78
            }
79
 
            color: Theme.palette.selected.backgroundText
 
79
            // TODO cimi: Yet another fix requiring Palette update.
 
80
            color: "grey" //Theme.palette.selected.backgroundText
80
81
            opacity: .8
81
82
            text: widgetData["rating-label"] || i18n.tr("Rate this")
82
83
        }
121
122
                left: parent.left
122
123
                right: parent.right
123
124
            }
124
 
            color: Theme.palette.selected.backgroundText
 
125
            // TODO cimi: Yet another fix requiring Palette update.
 
126
            color: "grey" //Theme.palette.selected.backgroundText
125
127
            opacity: .8
126
128
            text: widgetData["review-label"] || i18n.tr("Add a review")
127
129
        }