diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-12 11:39:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-12 11:39:02 +0000 |
commit | 836594509846960f6cb17dc064343c651bf9d771 (patch) | |
tree | d108a2a35be5e072ab85ff04523a75a52bf3adba /perl-install/standalone | |
parent | 354e09d51162e8335fc66a05234e268527fd10ef (diff) | |
download | drakx-836594509846960f6cb17dc064343c651bf9d771.tar drakx-836594509846960f6cb17dc064343c651bf9d771.tar.gz drakx-836594509846960f6cb17dc064343c651bf9d771.tar.bz2 drakx-836594509846960f6cb17dc064343c651bf9d771.tar.xz drakx-836594509846960f6cb17dc064343c651bf9d771.zip |
prevent useless spacing above button bar
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |