~saviq/unity8/card-visual-tweaks

« back to all changes in this revision

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

  • Committer: Michał Sawicz
  • Date: 2014-09-05 07:29:43 UTC
  • Revision ID: michal.sawicz@canonical.com-20140905072943-q6pokst2cb7r5628
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                    elide: Text.ElideRight; 
73
73
                    fontSize: "small"; 
74
74
                    wrapMode: Text.Wrap; 
75
 
                    maximumLineCount: horizontalAlignment === Text.AlighHCenter ? 1 : 2; 
 
75
                    maximumLineCount: horizontalAlignment === Text.AlignHCenter ? 1 : 2; 
76
76
                    font.pixelSize: Math.round(FontUtils.sizeToPixels(fontSize) * fontScale); 
77
77
                    color: root.scopeStyle ? root.scopeStyle.foreground : Theme.palette.normal.baseText;
78
78
                    visible: showHeader ;