Tasks: choose a readable default preview size.

The preview at 32px is practically unreadable 240px is probably
a much more sensible default value
This commit is contained in:
Simon Lees 2022-03-04 19:11:15 +10:30
parent 6dac5c5cd0
commit 3331e87184
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ e_modapi_init(E_Module *m)
config->minw = 100;
config->minh = 32;
config->preview = 0;
config->preview_size = 32;
config->preview_size = 240;
tasks_config->items = eina_list_append(tasks_config->items, config);
}