|
From: Enlightenment C. <no...@cv...> - 2006-07-04 18:40:44
|
Enlightenment CVS committal
Author : devilhorns
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_int_config_display.c
Log Message:
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.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_display.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_int_config_display.c 2 Jul 2006 17:47:44 -0000 1.17
+++ e_int_config_display.c 4 Jul 2006 23:40:38 -0000 1.18
@@ -336,7 +336,7 @@
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);
|