From: Christophe CURIS <[email protected]>
Missed the default value that should be updated to be in pixels too
---
src/defaults.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/defaults.c b/src/defaults.c
index a4b8261..1310399 100644
--- a/src/defaults.c
+++ b/src/defaults.c
@@ -500,7 +500,7 @@ WDefaultEntry optionList[] = {
&wPreferences.strict_windoze_cycle, getBool, NULL, NULL, NULL},
{"SwitchPanelOnlyOpen", "NO", NULL,
&wPreferences.panel_only_open, getBool, NULL, NULL, NULL},
- {"ApercuSize", "2", NULL,
+ {"ApercuSize", "128", NULL,
&wPreferences.apercu_size, getInt, NULL, NULL, NULL},
/* style options */
--
2.1.1
--
To unsubscribe, send mail to [email protected].