~mzanetti/unity8/fix-1648251

« back to all changes in this revision

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

  • Committer: Michael Zanetti
  • Date: 2016-10-13 11:02:11 UTC
  • mfrom: (2525.1.132 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161013110211-tj2gly2dxaqj5t2e
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                objectName: "backgroundLoader"; 
15
15
                                anchors.fill: parent; 
16
16
                                asynchronous: false;
17
 
                                visible: status == Loader.Ready; 
 
17
                                visible: status === Loader.Ready;
18
18
                                sourceComponent: UbuntuShape { 
19
19
                                    objectName: "background"; 
20
20
                                    radius: "medium";