Comment 7 for bug 332178

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Don't let this prevent you from fixing the other problems before the FinalFreeze.

However, from your description GtkButtonBox is doing exactly what it's supposed to <http://library.gnome.org/devel/gtk/unstable/GtkButtonBox.html>: "The main purpose of GtkButtonBox is to make sure the children have all the same size."

So, the Cancel and OK buttons should be in the GtkButtonBox, but any other buttons should be in something else (a GtkBox?) to the left of the GtkButtonBox.