> diff --git a/iw/partition_gui.py b/iw/partition_gui.py > index 3c67aa3..25e5de8 100644 > --- a/iw/partition_gui.py > +++ b/iw/partition_gui.py > @@ -1427,7 +1427,8 @@ class PartitionWindow(InstallWindow): > > # operational buttons > buttonBox = gtk.HButtonBox() > - buttonBox.set_layout(gtk.BUTTONBOX_SPREAD) > + buttonBox.set_spacing(10) > + buttonBox.set_layout(gtk.BUTTONBOX_END) > > ops = ((_("_Create"), self.createCB), > (_("_Edit"), self.editCB), The GNOME HIG recommends using multiples of 6 for spacing: http://library.gnome.org/devel/hig-book/stable/design-window.html.en#window-layout-spacing If you're redoing all this storage UI, it seems like a pretty good time to start doing things like this. Otherwise, patch looks fine. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list