Little more frame size tweaking for languages other than English so that

converted strings fit nicely in the frame titles, and the 2 frame titles
don't overlap.


SVN revision: 23718
This commit is contained in:
Christopher Michael 2006-07-05 00:06:32 +00:00
parent 7a9413a679
commit b64ab835e6
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
of = e_widget_framelist_add(evas, _("Resolution"), 0);
ol = e_widget_ilist_add(evas, 24, 24, NULL);
e_widget_min_size_set(ol, 160, 240);
e_widget_min_size_set(ol, 170, 240);
e_widget_framelist_object_append(of, ol);
e_widget_list_object_append(o2, of, 1, 1, 0.5);
@ -351,7 +351,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
of = e_widget_framelist_add(evas, _("Refresh"), 0);
rl = e_widget_ilist_add(evas, 24, 24, NULL);
e_widget_min_size_set(rl, 80, 80);
e_widget_min_size_set(rl, 100, 80);
e_widget_framelist_object_append(of, rl);
e_widget_list_object_append(o2, of, 1, 1, 0.5);