From: Fred Drake Date: Tue, 11 Aug 1998 19:33:38 +0000 (+0000) Subject: Get the sizes right for the navigation buttons. X-Git-Tag: v1.5.2a1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f7adc4f226521f236ec3b04b07f41f398810c9a;p=thirdparty%2FPython%2Fcpython.git Get the sizes right for the navigation buttons. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index b098ba224e14..59e6fb5cbce4 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -85,6 +85,12 @@ sub custom_driver_hook{ } +$iconsizes{'up'} = 'width="75" height="25"'; +$iconsizes{'next'} = 'width="75" height="25"'; +$iconsizes{'previous'} = 'width="75" height="25"'; +$iconsizes{'contents'} = 'width="75" height="25"'; +$iconsizes{'index'} = 'width="75" height="25"'; + $CUSTOM_BUTTONS = ''; sub make_nav_panel{ @@ -355,7 +361,7 @@ sub add_bbl_and_idx_dummy_commands { # Add a button to the navigation areas: $CUSTOM_BUTTONS .= (""); } else {