After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631702 - incorrect sheet size dialog
incorrect sheet size dialog
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-10-08 18:28 UTC by Andreas J. Guelzow
Modified: 2010-10-10 06:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2010-10-08 18:28:16 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.
Comment 1 Jean Bréfort 2010-10-09 11:25:33 UTC
Looks like the maximum displayed is 2^13 instead of 2^14.
Comment 2 Jean Bréfort 2010-10-09 13:00:53 UTC
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().
Comment 3 Jean Bréfort 2010-10-10 06:28:59 UTC
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.