1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 06:38:05 +01:00

wmaker: unset default app logo size

This patch is setting the app logo max size to 128 as what can
be found in the rest of the code, so the logo is not restricted
anymore to the icon size defined by WPrefs.
The goal is to solve the resize issue that appears when the logo
is used in Info and Exit panel.
This commit is contained in:
David Maciejak
2014-08-16 23:57:56 +08:00
committed by Carlos R. Mafra
parent 58faae8ff5
commit 3f306184bd

View File

@@ -398,7 +398,7 @@ static void createPixmaps(WScreen * scr)
void create_logo_image(WScreen *scr)
{
RImage *image = get_icon_image(scr, "Logo", "WMPanel", wPreferences.icon_size);
RImage *image = get_icon_image(scr, "Logo", "WMPanel", 128);
if (!image) {
wwarning(_("could not load logo image for panels: %s"), RMessageForError(RErrorCode));