diff src/stock.c @ 10193:17dcff7a5c77

[gaim-migrate @ 11308] I replaced the currently logo with a modified version created by Steven Garrity. This one is wider and less-tall. Nathan Fredrickson sent this to gaim-devel in Februrary and I just realized that I like it. Thanks guys! I like it because there's no more empty gray-space to the left and right of the logo. And I think it creates a bolder distinction between the login window and the buddy list. I also removed the version number from the about window, since it's super-imposed on the logo. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 16 Nov 2004 02:56:09 +0000
parents e653b2c888f4
children f37516ae6a0b
line wrap: on
line diff
--- a/src/stock.c	Tue Nov 16 02:47:14 2004 +0000
+++ b/src/stock.c	Tue Nov 16 02:56:09 2004 +0000
@@ -218,7 +218,7 @@
 	gtk_widget_destroy(win);
 
 	/* register logo icon size */
-	gtk_icon_size_register(GAIM_ICON_SIZE_LOGO, 210, 150);
+	gtk_icon_size_register(GAIM_ICON_SIZE_LOGO, 330, 90);
 
 	g_object_unref(G_OBJECT(icon_factory));