From 836594509846960f6cb17dc064343c651bf9d771 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Jan 2004 11:39:02 +0000 Subject: prevent useless spacing above button bar --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakfont') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index c80eec424..8288dee03 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -529,7 +529,7 @@ sub interactive_mode() { 1, gtkpack_(Gtk2::HBox->new(0, 2), 1, gtkpack_(Gtk2::VBox->new(0, 2), 1, gtkpack($font_box = Gtk2::VBox->new(0, 5), $font_sel = Gtk2::FontSelection->new,), - 1, gtkpack_(Gtk2::HBox->new(0, 2), + 0, gtkpack_(Gtk2::HBox->new(0, 2), 0, gtkadd(gtkset_layout(Gtk2::VButtonBox->new, 'end'), gtksignal_connect($button->{windows} = Gtk2::Button->new(N("Get Windows Fonts")), clicked => sub { -- cgit v1.2.1