~elopio/unity8/fix1335548-click_scope_item

« back to all changes in this revision

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

  • Committer: Leo Arias
  • Date: 2014-07-10 14:13:39 UTC
  • mfrom: (973.1.63 unity8)
  • Revision ID: leo.arias@canonical.com-20140710141339-hep6nmh2jdqq9pa3
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
                property var components; 
5
5
                property var cardData; 
6
6
                property var artShapeBorderSource: undefined; 
7
 
                property real fontScale: 1.0; 
8
 
                property int headerAlignment: Text.AlignLeft; 
 
7
                property real fontScale: 1.0;
 
8
                property var scopeStyle: null;
 
9
                property int headerAlignment: Text.AlignLeft;
9
10
                property int fixedHeaderHeight: -1; 
10
11
                property size fixedArtShapeSize: Qt.size(-1, -1); 
11
12
                readonly property string title: cardData && cardData["title"] || "";