~cairo-dock-team/cairo-dock-plug-ins/3.0.x

« back to all changes in this revision

Viewing changes to systray/src/gtk2/na-tray.c

  • Committer: Fabrice Rey
  • Date: 2012-06-10 01:07:55 UTC
  • Revision ID: fabounet03@gmail.com-20120610010755-26jb94w5t9z10mtr
merged from trunk, rev 2424

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include "na-tray.h"
31
31
 
32
 
#define ICON_SPACING 1
 
32
#define ICON_SPACING 3
33
33
#define MIN_BOX_SIZE 24
34
34
 
35
35
#if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION < 20)