~mterry/unity8/greeter-arrangement

« back to all changes in this revision

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

  • Committer: Michael Terry
  • Date: 2016-08-11 17:15:03 UTC
  • mfrom: (2490.1.17 greeter-apps)
  • Revision ID: michael.terry@canonical.com-20160811171503-58pczn1q5md19fdj
MergeĀ greeter-apps

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";