~dandrader/unity8/pixelAlignedWindow

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Andrea Cimitan
  • Date: 2016-05-04 18:08:28 UTC
  • mfrom: (2103.6.33 card-social)
  • Revision ID: ci-train-bot@canonical.com-20160504180828-aetx14xx5yy600eg
Add social actions to cards
Approved by: Josh Arenson

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                property bool showHeader: true; 
12
12
                implicitWidth: childrenRect.width; 
13
13
                enabled: false;
14
 
 
 
14
signal action(var actionId);
15
15
readonly property size artShapeSize: artShapeLoader.item ? Qt.size(artShapeLoader.item.width, artShapeLoader.item.height) : Qt.size(-1, -1);
16
16
Item  { 
17
17
                            id: artShapeHolder;