On Thu, Aug 07, 2008 at 11:38:35AM -0300, Javier Cal wrote:
> Hi everyone,
> 
> Could anyone tell me how can I customize the cell size as well as the font 
> size before compiling?

sheet.c : gnm_sheet_init
adjust the calls to
     sheet_col_set_default_size_pts (sheet, 48);
     sheet_row_set_default_size_pts (sheet, 12.75);

This will only change the defaults for newly created sheets, or when
importing from file formats that do not specify defaults.
_______________________________________________
gnumeric-list mailing list
gnumeric-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to