~ken-vandine/unity/gdbus-ppa

« back to all changes in this revision

Viewing changes to unity-private/launcher/quicklist-view.vala

  • Committer: Sebastien Bacher
  • Date: 2010-08-19 16:02:11 UTC
  • mfrom: (55.178.135 unity)
  • mto: This revision was merged to the branch mainline in revision 206.
  • Revision ID: seb128@ubuntu.com-20100819160211-a71c0dm81r6r3w2x
Tags: upstream-0.2.28
ImportĀ upstreamĀ versionĀ 0.2.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  const float ITEM_HEIGHT            = 2.0f;
35
35
  const float ITEM_CORNER_RADIUS     = 0.3f;
36
36
  const float ITEM_CORNER_RADIUS_ABS = 4.0f;
 
37
  const float ITEM_INDENT_ABS        = 20.0f;
37
38
  const float ANCHOR_HEIGHT          = 1.5f;
38
39
  const float ANCHOR_HEIGHT_ABS      = 18.0f;
39
40
  const float ANCHOR_WIDTH           = 0.75f;