mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
fixed bug with icons of different sizes
made Apply work in window inspector for windows with no WM_CLASS
This commit is contained in:
@@ -325,13 +325,13 @@ static WOptionEnumeration seDisplayPositions[] = {
|
||||
* created after these defaults are read
|
||||
*/
|
||||
WDefaultEntry staticOptionList[] = {
|
||||
|
||||
{"DisableDithering", "NO", NULL,
|
||||
&wPreferences.no_dithering, getBool, NULL
|
||||
},
|
||||
|
||||
{"ColormapSize", "4", NULL,
|
||||
&wPreferences.cmap_size, getInt, NULL
|
||||
},
|
||||
{"DisableDithering", "NO", NULL,
|
||||
&wPreferences.no_dithering, getBool, NULL
|
||||
},
|
||||
/* static by laziness */
|
||||
{"IconSize", "64", NULL,
|
||||
&wPreferences.icon_size, getInt, NULL
|
||||
|
||||
Reference in New Issue
Block a user