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 314306 - Some dialogs include a separator
Some dialogs include a separator
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Low minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-08-23 20:42 UTC by Dominic Lachowicz
Modified: 2005-08-24 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominic Lachowicz 2005-08-23 20:42:32 UTC
Some dialogs have a horizontal separator between the content vbox and the
Ok/Cancel button box. The problem here is that all of the dialogs aren't
consistent, and most dialogs don't have the separator. I imagine that to fix
this, you'd need just a few spare minutes and glade-2 handy. Some (all?) dialogs
that exhibit this behavior:

Tools->Auto Save
Format->Column->Width
Format->Row->Height
Insert->Cells
Insert->Hyperlink
View->Zoom
Edit->Fill->Merge
Edit->Fill->Tabulate Dependency
Edit->Delete->Delete Cells
Edit->Goto Cell

http://developer.gnome.org/doc/API/2.0/gtk/GtkDialog.html#gtk-dialog-set-has-separator
Comment 1 Morten Welinder 2005-08-24 14:04:37 UTC
fixed in cvs.  the list was not complete, but "grep" is my friend.
(And Emacs is for this kind of job, not glade...)