Workaround sizing of the gadgets info popup

This was used to work but now the popup is no more sized correctly.
(read: something break somewhere, and is brobably not going to be fixed)

The fix is not ideal (the popup should not be resizible) but at
least now it show something.
This commit is contained in:
Davide Andreoli 2018-02-18 16:32:44 +01:00
parent 7a09d3d26d
commit c751489d8c
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ edgar_menu_info_cb(void *data, E_Menu *m, E_Menu_Item *mi)
dia = e_dialog_new(con, "gadget_info", "class");
#endif
e_dialog_resizable_set(dia, 0);
e_dialog_resizable_set(dia, 1);
e_dialog_title_set(dia, "Gadget info");
e_dialog_button_add(dia, "Close", NULL, NULL, NULL);