~mterry/+junk/unity8

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Albert Astals
  • Date: 2014-06-23 11:16:48 UTC
  • mfrom: (942.4.17 dashviews_integration)
  • Revision ID: ps-jenkins@lists.canonical.com-20140623111648-kjvczpy41hm2dv72
Add VerticalJournal integration to Dash/scopes/QML Fixes: 1326467

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                property bool showHeader: true; 
14
14
                implicitWidth: childrenRect.width; 
15
15
readonly property size artShapeSize: Qt.size(-1, -1);
16
 
readonly property int headerHeight: row.height + row.margins * 2;
 
16
readonly property int headerHeight: row.height;
17
17
Row { 
18
18
                    id: row; 
19
19
                    objectName: "outerRow"; 
20
20
                    property real margins: units.gu(1); 
21
21
                    spacing: margins; 
 
22
                    height: root.fixedHeaderHeight != -1 ? root.fixedHeaderHeight : implicitHeight;
22
23
                    anchors { top: parent.top; 
23
24
                                     topMargin: units.gu(1);
24
25
                    left: parent.left;