Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: ewl_list_viewer.c Log Message: * Minimum widths =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_list_viewer.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_list_viewer.c 31 Jan 2006 07:17:48 -0000 1.8 +++ ewl_list_viewer.c 2 Feb 2006 03:10:31 -0000 1.9 @@ -585,11 +585,13 @@ ewl_image_file_set (EWL_IMAGE (text[0]), PACKAGE_DATA_DIR "/icons/default.png", 0); ewl_image_constrain_set (EWL_IMAGE (text[0]), 15); + ewl_object_minimum_w_set(EWL_OBJECT(text[0]), 15); ewl_widget_show (text[0]); text[1] = ewl_text_new (); ewl_text_text_set (EWL_TEXT (text[1]), list_item->filename); /*Name */ + ewl_object_minimum_w_set(EWL_OBJECT(text[1]), 60); ewl_widget_show (text[1]); if (list_item->retrieved_stat) { @@ -603,6 +605,7 @@ text[2] = ewl_text_new (); ewl_widget_show (text[2]); /* Size */ } + ewl_object_minimum_w_set(EWL_OBJECT(text[2]), 30); if (list_item->retrieved_stat) { @@ -616,6 +619,7 @@ text[3] = ewl_text_new (); ewl_widget_show (text[3]); /*Mod time */ } + ewl_object_minimum_w_set(EWL_OBJECT(text[3]), 40); text[4] = ewl_label_new (); ewl_label_text_set (EWL_LABEL (text[4]), "..."); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs