On Sun, 15 Jul 2012 at 16:18:16 +0200, Rodolfo García Peñas wrote: > Subject: [PATCH 5/5] scaleDownIfNeeded removed > > The icons had problems with their size in some places (appicons, docks and > switchpanel). This patch solves these problems. > > 1. This patch removes the argument WScreen in wIconValidateIconSize, > because is not used. > > 2. The function scaleDownIfNeeded's code is duplicated with the code of > wIconValidateIconSize(), then this function can be removed. The icon > size in the switchpanel should be ~48 pixels, to allow the frame around > the icon. Then, we always shoul resize the icon to this size. The standard > icon size is specified in WPreferences.icon_size (usually 64 pixels). > > 3. The icon size should be set when the icon is created, then, the icon size > for net_icon_image should be set at get_wwindow_image_from_x11(), when the > icon is created.
I've already applied the other 4 patches. However, I'd like to ask you to split this patch into three (one for each number above). -- To unsubscribe, send mail to [email protected].
