Enlightenment CVS committal Author : titan Project : e17 Module : proto
Dir : e17/proto/ephoto/src Modified Files: ephoto_misc.c Log Message: Lets make it more clear which album you have selected. =================================================================== RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_misc.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ephoto_misc.c 7 Apr 2006 13:18:21 -0000 1.13 +++ ephoto_misc.c 8 Apr 2006 22:19:43 -0000 1.14 @@ -243,7 +243,7 @@ m->load_win = ewl_window_new(); ewl_window_title_set(EWL_WINDOW(m->load_win), "Load"); ewl_window_name_set(EWL_WINDOW(m->load_win), "Load"); - ewl_object_size_request(EWL_OBJECT(m->load_win), 200, 210); + ewl_object_size_request(EWL_OBJECT(m->load_win), 200, 270); ewl_callback_append(m->load_win, EWL_CALLBACK_DELETE_WINDOW, destroywin_cb, m->load_win); ewl_widget_show(m->load_win); @@ -293,7 +293,7 @@ m->otext = ewl_text_new(); ewl_container_child_append(EWL_CONTAINER(vbox), m->otext); ewl_object_alignment_set(EWL_OBJECT(m->otext), EWL_FLAG_ALIGN_CENTER); - ewl_text_font_size_set(EWL_TEXT(m->otext), 12); + ewl_text_font_size_set(EWL_TEXT(m->otext), 16); ewl_widget_show(m->otext); hbox = ewl_hbox_new(); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs