Activity log for bug #466835

Date Who What changed Old value New value Message
2009-10-31 15:19:24 Christian González bug added bug
2009-10-31 15:22:10 Christian González attachment added Patch from http://blogs.igalia.com/aperez/2009/07/making-claws-mail-look-better/ http://launchpadlibrarian.net/34784390/toolbar-padding.patch
2009-10-31 15:22:54 Christian González description Binary package hint: claws-mail I just thought that this would be a good fix, ready with a patch. When using Claws with a dark theme, per default there is a border of the window which is light, and does not look good. Problem & solution see here: (in German) http://www.cywhale.de/claws-mail-dunkle-toolbars/ To fix this, Ubuntu could apply a patch to the code of src/toolbar.c and change the border to 0: #ifndef MAEMO gtk_container_add(GTK_CONTAINER(container), toolbar); gtk_container_set_border_width(GTK_CONTAINER(container), 2); -> #ifndef MAEMO gtk_container_add(GTK_CONTAINER(container), toolbar); gtk_container_set_border_width(GTK_CONTAINER(container), 0); Hope this complies with the Ubuntu bug policy. Binary package hint: claws-mail I just thought that this would be a good fix, ready with a patch. When using Claws with a dark theme, per default there is a border of the window which is light, and does not look good. Problem & solution see here: http://blogs.igalia.com/aperez/2009/07/making-claws-mail-look-better/ To fix this, Ubuntu could apply a patch to the code of src/toolbar.c and change the border to 0: Hope this complies with the Ubuntu bug policy.
2010-01-21 20:05:09 Launchpad Janitor claws-mail (Ubuntu): status New Fix Released
2010-02-03 09:35:48 Launchpad Janitor branch linked lp:ubuntu/claws-mail