~dandrader/unity8/pixelAlignedWindow

« back to all changes in this revision

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

  • 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:
10
10
                property bool showHeader: true; 
11
11
                implicitWidth: childrenRect.width; 
12
12
                enabled: true; 
13
 
                
 
13
signal action(var actionId);
14
14
readonly property size artShapeSize: Qt.size(-1, -1);
15
15
readonly property int headerHeight: titleLabel.height + subtitleLabel.height + subtitleLabel.anchors.topMargin + audioProgressBar.height + audioProgressBar.anchors.topMargin;
16
16
Label {