GNOME Bugzilla – Bug 561733
Merge sheet tabs and status area
Last modified: 2008-11-23 15:21:44 UTC
Patch coming up...
Created attachment 123135 [details] [review] Patch
Index: samples/ttest.xls =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream and what is this about?
Well, when one adds 32 sheets (or whatever is necessary to run out of window space) then the last sheets are only accessible through t\he manage sheets dialog... I don't think user will like that.
> and what is this about? A changed file in my tree. And me being to lazy to edit the diff. > Well, when one adds 32 sheets (or whatever is necessary to run out of window > space) then the last sheets are only accessible through t\he manage sheets > dialog... I don't think user will like that. Just change the creation of wbcg->bnotebook to... wbcg->bnotebook = g_object_new (GNM_NOTEBOOK_TYPE, "tab-pos", GTK_POS_BOTTOM, "show-border", FALSE, "tab-hborder", 0, "tab-vborder", 0, "scrollable", TRUE, NULL); and you get arrows when space runs out. Not very pretty ones in my theme, but at least functional.
Created attachment 123198 [details] [review] Updated patch This one behaves a bit better.
This is defintiely much better but there is a strange effect if you drag the separator to the right beyond the window and then back a little bit into the window again.
Created attachment 123201 [details] strange effect on tabs
Created attachment 123206 [details] [review] Updated patch 1. Don't allow going too far to the right. 2. Don't allow going too far to the left. 3. Double click the slider to unset the fixed position.
Created attachment 123243 [details] [review] Updated patch Patch updated to match current HEAD.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.