Increase the width of the resolution list a bit as with languages other than

English, it's possible for the translations of strings to make the to
framelist titles overlap.


SVN revision: 23716
This commit is contained in:
Christopher Michael 2006-07-04 23:40:38 +00:00
parent cda26e2af7
commit 7a9413a679
1 changed files with 1 additions and 1 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, 120, 240);
e_widget_min_size_set(ol, 160, 240);
e_widget_framelist_object_append(of, ol);
e_widget_list_object_append(o2, of, 1, 1, 0.5);