see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-12-20 20:02:20 +00:00
parent 220b3463a7
commit e802d2c492
28 changed files with 2566 additions and 1137 deletions

View File

@ -78,7 +78,7 @@ sub gtkview_log {
$w->vbox->add($b);
$b->realize; # for gtk-1.0
$b->insert($font,$b->style->fg(-normal),undef,$log);
$b->set_usize($font->string_width('M')*80,($font->ascent+$font->descent)*($lines+1));
$b->set_usize($font->string_width('M')*80,($font->ascent+$font->descent)*($lines+2));
$b = new Gtk::Button "OK";
$b->can_default(1);