~josharenson/unity8/autoscroller-alternative

« back to all changes in this revision

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

  • Committer: Josh Arenson
  • Date: 2016-12-02 00:56:24 UTC
  • mfrom: (2658.1.68 unity8)
  • Revision ID: joshua.arenson@canonical.com-20161202005624-5nqnoktdyxh664fe
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                        visible: showHeader && active && status === Loader.Ready;
35
35
                        width: units.gu(6); 
36
36
                        height: units.gu(5.625); 
37
 
                        sourceComponent: UbuntuShape { image: mascotImage }
 
37
                        sourceComponent: UbuntuShape { aspect: UbuntuShape.Flat; image: mascotImage }
38
38
                        anchors { verticalCenter: parent.verticalCenter; }
39
39
                    }
40
40