From 23116b12dd7a005537b3be1df55a469b0445dbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lefebvre?= Date: Mon, 17 Aug 2009 14:18:41 +0000 Subject: - drakbug: Top textbox shrinked --- perl-install/NEWS | 2 ++ perl-install/standalone/drakbug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index b1dc54cb7..2a6757751 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- drakbug + o Top textbox shrinked - drakhelp o fix firefox launch bug #29775 - added the ability to add up/down buttons in add_modify_remove list diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 9c2ae61ed..e6d7a69c6 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -142,7 +142,7 @@ gtkadd($window->{window}, gtkpack_(Gtk2::VBox->new(0, 5), 0, gtknew('Title1', label => $mandrake_release, width => $width), 1, create_scrolled_window( - gtknew('TextView', editable => 0, height => 200, + gtknew('TextView', editable => 0, height => 150, text => [ if_($prog, if_($error, -- cgit v1.2.1