Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/exhibit/src/bin Modified Files: exhibit_main.c Log Message: - fix from tene to stop menubar from stretching vertically =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/exhibit/src/bin/exhibit_main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- exhibit_main.c 14 Dec 2005 21:30:46 -0000 1.5 +++ exhibit_main.c 14 Dec 2005 22:05:17 -0000 1.6 @@ -437,7 +437,7 @@ etk_paned_add1(ETK_PANED(e->vpaned), e->table); e->menu_bar = etk_menu_bar_new(); - etk_table_attach_defaults(ETK_TABLE(e->table), e->menu_bar, 0, 4, 0, 0); + etk_table_attach(ETK_TABLE(e->table), e->menu_bar, 0, 4, 0, 0, 0, 0, ETK_FILL_POLICY_HFILL | ETK_FILL_POLICY_VFILL | ETK_FILL_POLICY_HEXPAND); { Etk_Widget *menu; ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs