~ci-train-bot/unity8/unity8-ubuntu-zesty-2404

« back to all changes in this revision

Viewing changes to plugins/Dash/CardAttributes.qml

  • Committer: Nick Dedekind
  • Date: 2016-11-28 13:46:55 UTC
  • mfrom: (2704 unity8)
  • mto: This revision was merged to the branch mainline in revision 2752.
  • Revision ID: nick.dedekind@canonical.com-20161128134655-vd70a64pbci1b4oc
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                elide: Text.ElideRight
63
63
                maximumLineCount: 1
64
64
                font.weight: "style" in modelData && modelData["style"] === "highlighted" ? Font.Bold : Font.Light
65
 
                fontSize: "small"
 
65
                fontSize: "x-small"
66
66
                font.pixelSize: Math.round(FontUtils.sizeToPixels(fontSize) * fontScale)
67
67
                color: grid.color
68
68
            }