[Webkit-unassigned] [Bug 50624] [GTK] Don't use a fixed size for search field icons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 09:05:08 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=50624





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2011-01-21 09:05:08 PST ---
(In reply to comment #3)

> The largest possible size is GTK_ICON_SIZE_MENU so we are indeed doing so. We define GTK_ICON_SIZE_MENU as the max size in adjustSearchField methods, in most of the cases this is what we want and the returned pixbuf, which is cached by gtk, is valid, and only in a few cases we need to sacle it down.

Even so, wouldn't it be better to avoid any initial scaling at all by using (GtkIconSize)-1 explicitly?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list