]> granicus.if.org Git - python/commitdiff
Get the <IMG> sizes right for the navigation buttons.
authorFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 19:33:38 +0000 (19:33 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 19:33:38 +0000 (19:33 +0000)
Doc/perl/l2hinit.perl

index b098ba224e141b182c5a4244dbcb43c4a2236db2..59e6fb5cbce4c9c57fab3a89dbfb8f643ee54b00 100644 (file)
@@ -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 .= ("<a\n href=\"modindex.html\"><img"
                            . " src=\"$ICONSERVER$dd"
-                           . "modules_motif.gif\" border=0"
+                           . "modules_motif.gif\" width=74 height=25 border=0"
                            . " alt=\"[Modules]\"></a>");
     }
     else {