summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rwxr-xr-xperl-install/standalone/draksplash1
2 files changed, 2 insertions, 0 deletions
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;