[Bug 466835] Re: dark theme does not look good
Christian A. Reiter
chris.reiter at gmx.at
Sat Oct 31 15:22:10 UTC 2009
** Attachment added: "Patch from http://blogs.igalia.com/aperez/2009/07/making-claws-mail-look-better/"
http://launchpadlibrarian.net/34784390/toolbar-padding.patch
** Description changed:
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/
+ 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:
- #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.
--
dark theme does not look good
https://bugs.launchpad.net/bugs/466835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list