diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-01 08:13:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-01 08:13:50 +0000 |
commit | fd88ae7391f493b186a58854241a5afc18e76788 (patch) | |
tree | e1425e9709b536f45c62430a7ebcea834c472a23 | |
parent | 5c68396567141c896493ebeb4360e53494fa103c (diff) | |
download | drakx-fd88ae7391f493b186a58854241a5afc18e76788.tar drakx-fd88ae7391f493b186a58854241a5afc18e76788.tar.gz drakx-fd88ae7391f493b186a58854241a5afc18e76788.tar.bz2 drakx-fd88ae7391f493b186a58854241a5afc18e76788.tar.xz drakx-fd88ae7391f493b186a58854241a5afc18e76788.zip |
prevent pull-down menus to fill availlable space in packtables
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 1 insertions, 1 deletions
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); |