~aacid/unity8/dynamic_specialized_cards

« back to all changes in this revision

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

  • Committer: Albert Astals
  • Date: 2014-05-07 13:31:55 UTC
  • Revision ID: albert.astals@canonical.com-20140507133155-2kl71awyunw4uqhz
document and narrow the rest of substitutions

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                    height: root.fixedArtShapeSize.height != -1 ? root.fixedArtShapeSize.height : artShapeLoader.height; 
18
18
                    width: root.fixedArtShapeSize.width != -1 ? root.fixedArtShapeSize.width : artShapeLoader.width; 
19
19
                    anchors { horizontalCenter: parent.horizontalCenter; }
20
 
 
21
20
                    Loader { 
22
21
                        id: artShapeLoader; 
23
22
                        objectName: "artShapeLoader"; 
51
50
                                readonly property real aspect: implicitWidth / implicitHeight; 
52
51
                                width: root.width; 
53
52
                                height: width / artShape.aspect;
54
 
 
55
53
                            } 
56
54
                        } 
57
55
                    } 
60
58
Label { 
61
59
                    id: titleLabel; 
62
60
                    objectName: "titleLabel"; 
63
 
                    anchors.right: parent.right;anchors.left: parent.left;
64
 
anchors.top: artShapeHolder.bottom; 
65
 
                                         anchors.topMargin: units.gu(1);
66
 
 
 
61
                    anchors { right: parent.right;left: parent.left;
 
62
top: artShapeHolder.bottom; 
 
63
                                         topMargin: units.gu(1);
 
64
}
67
65
                    elide: Text.ElideRight; 
68
66
                    fontSize: "small"; 
69
67
                    wrapMode: Text.Wrap;