[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-27 Thread Lionel Dricot
*** This bug is a duplicate of bug 46801 *** ** This bug has been marked a duplicate of bug 46801 Bad close icon -- Close icon on gaim conversation tab is zoomed out of proportion https://launchpad.net/bugs/46863 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-27 Thread Sebastien Bacher
opening ubuntu-artwork task, now is not the right moment to push changes that will require patching apps all over the desktop ** Also affects: ubuntu-artwork (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed -- Close icon on gaim conversation tab is zoomed out o

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-26 Thread Richard Laager
Committed to upstream SVN HEAD. ** Changed in: gaim (Ubuntu) Status: Confirmed => Fix Committed -- Close icon on gaim conversation tab is zoomed out of proportion https://launchpad.net/bugs/46863 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-26 Thread Richard Laager
** Attachment added: "tab_close_size.patch" http://librarian.launchpad.net/2951315/tab_close_size.patch -- Close icon on gaim conversation tab is zoomed out of proportion https://launchpad.net/bugs/46863 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-26 Thread Richard Laager
Heh. It's not even C++. ;) Anyway, I'm a Gaim dev. I think I'm closing in on a solution. Hopefully I'll have a patch shortly, but I wanted to document my findings as I went in case I gave up half-way through. That way, someone else could pick up where I left off. :) -- Close icon on gaim convers

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-26 Thread Richard Laager
Disabling the limiting code appears to correct the display issue, but you end up with excess padding. ** Changed in: gaim (Ubuntu) Status: Unconfirmed => Confirmed -- Close icon on gaim conversation tab is zoomed out of proportion https://launchpad.net/bugs/46863 -- desktop-bugs mailing

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-26 Thread halflife28
I have little experience with C++, so I really couldn't do nothing in the source code. Just reporting a problem for the devs to fix. -- Close icon on gaim conversation tab is zoomed out of proportion https://launchpad.net/bugs/46863 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com http

[Bug 46863] Re: Close icon on gaim conversation tab is zoomed out of proportion

2006-05-26 Thread Richard Laager
I assume we're not dealing with that icon properly. Here's some code from gtkconv.c: /* Close button. */ gtkconv->close = gtk_button_new(); gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &close_button_width, &close_button_height); if (gtk_check_version(2, 4, 2) == NULL)