GNOME Bugzilla – Bug 631702
incorrect sheet size dialog
Last modified: 2010-10-10 06:28:59 UTC
new gnumeric use edit-->preferences to increase the default number of columns to its maximum (16384) create a new workbook select resize-sheet from the sheet tab context menu note that the column slider is beyond its stem.
Looks like the maximum displayed is 2^13 instead of 2^14.
A similar issue occurs with the rows number. I'll fix that after conversion to GtkBuilder. We need to add 1 to the max in init_scale().
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. Also migrated this dialog to GtkBuilder.