On Mon, Feb 27, 2006 at 11:56:31PM -0500, Pavel Roskin wrote: > From: Pavel Roskin <proski@xxxxxxx> > > > --- > > contrib/gitview/gitview | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/contrib/gitview/gitview b/contrib/gitview/gitview > index aded7ed..00cb8ee 100755 > --- a/contrib/gitview/gitview > +++ b/contrib/gitview/gitview > @@ -492,7 +492,6 @@ class GitView: > def construct_top(self): > """Construct the top-half of the window.""" > vbox = gtk.VBox(spacing=6) > - vbox.set_border_width(12) > vbox.show() > > menu_bar = gtk.MenuBar() > @@ -574,7 +573,6 @@ class GitView: > def construct_bottom(self): > """Construct the bottom half of the window.""" > vbox = gtk.VBox(False, spacing=6) > - vbox.set_border_width(12) > (width, height) = self.window.get_size() > vbox.set_size_request(width, int(height / 2.5)) > vbox.show() I am not sure about this. I guess it looks much better with a border. Not applied. -aneesh - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html