systray now has a min size of 8x8 so it can be clicked

This commit is contained in:
Mike Blumenkrantz 2013-02-22 13:56:47 +00:00
parent 5f4315470a
commit dbd0670bfc
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style)
E_FREE(inst);
return NULL;
}
e_gadcon_client_min_size_set(inst->gcc, 8, 8);
inst->gcc->data = inst;