~nick-dedekind/unity8/indicator-color-fixes

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/cardcreator/6.res

  • Committer: Nick Dedekind
  • Date: 2016-02-29 14:24:55 UTC
  • mfrom: (2143.1.65 unity8)
  • Revision ID: nick.dedekind@canonical.com-20160229142455-ol76uyr8pin7l5r6
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AbstractButton {
2
2
                id: root;
3
 
                property var components;
4
3
                property var cardData;
5
4
                property string artShapeStyle: "inset"; 
6
5
                property string backgroundShapeStyle: "inset"; 
42
41
                                        objectName: "backgroundImage"; 
43
42
                                        source: { 
44
43
                                            if (cardData && typeof cardData["background"] === "string") return cardData["background"]; 
45
 
                                            else return "http://assets.ubuntu.com/sites/ubuntu/latest/u/img/logos/logo-ubuntu-grey.png";
 
44
                                            else return decodeURI("http://assets.ubuntu.com/sites/ubuntu/latest/u/img/logos/logo-ubuntu-grey.png");
46
45
                                        } 
47
46
                                    } 
48
47
                                    function getColor(index) {