Mercurial > pidgin
diff src/gtkgaim.h @ 11243:a511b77a368b
[gaim-migrate @ 13408]
sf patch #1246384, from shiyee
"This patch globally defines
spacings and boreders according to the Gnome Human
Interfaces Guidelines, and uses those defines where
appropriate. No visual changes are made, but the the
intention is that the defines should help promote
uniformness."
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 12 Aug 2005 23:53:28 +0000 |
parents | 239918d22c5f |
children | 59ae71ae0b7c |
line wrap: on
line diff
--- a/src/gtkgaim.h Fri Aug 12 22:30:36 2005 +0000 +++ b/src/gtkgaim.h Fri Aug 12 23:53:28 2005 +0000 @@ -53,5 +53,13 @@ #endif /** @endcond */ +/* + * Spacings between components, as defined by the + * Gnome Human Interface Guidelines. + */ +#define GAIM_HIG_CAT_SPACE 18 +#define GAIM_HIG_BORDER 12 +#define GAIM_HIG_BOX_SPACE 6 + #endif /* _GAIM_GTKGAIM_H_ */