From 4a78de677d3566036ebdc981176ec1eb9791fabb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Dec 2003 15:22:27 +0000 Subject: fix text layout by wrapping text --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 3017966e9..db4558bee 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -239,7 +239,7 @@ gtkadd($window, gtkadd(new Gtk2::Frame($disp_mode), # gtkpack__(new Gtk2::VBox(0,0), (gtkpack_(gtkset_border_width(new Gtk2::HBox(0, 0),5), - 1, my $boot_label = Gtk2::Label->new(""), + 1, my $boot_label = Gtk2::WrappedLabel->new(""), 0, gtksignal_connect(new Gtk2::Button(N("Configure")), clicked => \&lilo_choice), )), # "" #we need some place under the button -- replaced by gtkset_border_width( for the moment -- cgit v1.2.1