~gordallott/unity/small-keynav-fix

« back to all changes in this revision

Viewing changes to src/Launcher.cpp

  • Committer: Gord Allott
  • Date: 2011-03-08 09:27:11 UTC
  • mfrom: (917.3.2 unity)
  • Revision ID: gord.allott@canonical.com-20110308092711-5odf3752n0yiw7cs
Merging in a variable launcher size branch from Andrea Azzarone that fixes wishlist bug lp:713087

Show diffs side-by-side

added added

removed removed

Lines of Context:
1877
1877
    _icon_size = tile_size;
1878
1878
    _icon_image_size = icon_size;
1879
1879
    _icon_image_size_delta = tile_size - icon_size;
 
1880
    _icon_glow_size = icon_size + 14;
1880
1881
 
1881
1882
    // recreate tile textures
1882
1883