diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-02-03 03:16:32 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-02-03 03:16:32 +0000 |
commit | 8402c27e771e8c1e6a3b32720edaaa2a6767d455 (patch) | |
tree | 727c506aceba3ba5e1be0675b536ab1877570c84 /src | |
parent | Add spec file, thanks to Mihai T. Lazarescu. (diff) | |
download | zenity-8402c27e771e8c1e6a3b32720edaaa2a6767d455.tar.gz zenity-8402c27e771e8c1e6a3b32720edaaa2a6767d455.tar.bz2 zenity-8402c27e771e8c1e6a3b32720edaaa2a6767d455.zip |
Um, you don't really want to know.
2003-02-03 Glynn Foster <glynn.foster@sun.com>
* data/Makefile.am, data/hawaii-shirt.png,
data/surfboard.png, src/about.c: Um, you don't really
want to know.
Diffstat (limited to 'src')
-rw-r--r-- | src/about.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c index 2fe9d3d1..fcddc68b 100644 --- a/src/about.c +++ b/src/about.c @@ -150,8 +150,10 @@ typedef struct } MonkClothes; static MonkClothes monk_clothes[] = { - {"gnome-tshirt.png", 30.0, ZENITY_CANVAS_Y - 150.0}, - {"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 } + {"gnome-tshirt.png", 30.0, 20.0}, + {"sunglasses.png", ZENITY_CANVAS_X - 100.0 , ZENITY_CANVAS_Y - 150.0 }, + {"surfboard.png", 30.0, ZENITY_CANVAS_Y - 200.0}, + {"hawaii-shirt.png", ZENITY_CANVAS_X - 50.0, 20.0} }; static void |