~aacid/unity8/dashviews_integration

« back to all changes in this revision

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

  • Committer: Albert Astals
  • Date: 2014-06-18 10:26:01 UTC
  • Revision ID: albert.astals@canonical.com-20140618102601-vdtxi8pi0p9mgldh
Make the rowHeight be the headerHeight if we have it

Shuffle a bit the margins in headerHeight/fixedHeaderHeight

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                        } 
57
57
                    } 
58
58
                }
59
 
readonly property int headerHeight: titleLabel.height + titleLabel.anchors.topMargin * 2;
 
59
readonly property int headerHeight: titleLabel.height;
60
60
Label { 
61
61
                    id: titleLabel; 
62
62
                    objectName: "titleLabel";