diff options
-rwxr-xr-x | perl-install/standalone/draksec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 57a2d8136..d82a9d361 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -125,7 +125,6 @@ $window->add(my $vbox = gtkshow(new Gtk2::VBox(0, 0))); # Create the notebook (for bookmarks at the top) my $notebook = create_notebook(); -$notebook->set_tab_pos('top'); my $common_opts = { col_spacings => 10, row_spacings => 5 }; |