From a441989628f1d8e365bb61a8e1f03d17a51bfd89 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Sep 2008 10:08:32 +0000 Subject: make it fit better in 1024x768 --- perl-install/NEWS | 1 + perl-install/standalone/draksplash | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index b9b8edebf..17ed451fe 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -7,6 +7,7 @@ o update /etc/sysconfig/desktop since we read it in order to display previous setting - draksplash: + o make it fit better in 1024x768 o make it working again Version 11.36 - 5 September 2008 diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index a14b7ecda..4dbbe82fd 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -93,6 +93,7 @@ gtkadd($window->{window}, gtknew('Button', text => N("Quit"), clicked => \&close_all)])])), gtkshow(gtkadd($preview_window->{window}, $scroll)); +$window->{rwindow}->set_size_request(400, -1); $window->{rwindow}->set_border_width(5); $window->{rwindow}->set_position('center'); $window->{rwindow}->show_all; -- cgit v1.2.1