From fd88ae7391f493b186a58854241a5afc18e76788 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Mar 2004 08:13:50 +0000 Subject: prevent pull-down menus to fill availlable space in packtables --- perl-install/standalone/draksec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksec') diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 7717f8510..250398b26 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -140,7 +140,7 @@ $window->add(my $vbox = gtkshow(new Gtk2::VBox(0, 0))); # Create the notebook (for bookmarks at the top) my $notebook = create_notebook(); -my $common_opts = { col_spacings => 10, row_spacings => 5 }; +my $common_opts = { col_spacings => 10, row_spacings => 5, mcc => 1 }; ######################## BASIC OPTIONS PAGE ################################ my ($seclevel_entry, $secadmin_entry); -- cgit v1.2.1