diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-03 14:18:52 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-03 14:18:52 +0000 |
commit | f4017ea2f9cf2452120b8bd072b5c03ef61784c9 (patch) | |
tree | b5a11190c33efd1519391c7e44fc134a6516aaee /perl-install/install_steps_gtk.pm | |
parent | 8f5d72a12b4488f3007c73537d5212b6b67cadce (diff) | |
download | drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.gz drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.bz2 drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.tar.xz drakx-f4017ea2f9cf2452120b8bd072b5c03ef61784c9.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index b5ab22045..82b4dca5f 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -802,7 +802,7 @@ sub create_logo_window() { sub init_sizes() { ($::rootheight, $::rootwidth) = (480, 640); ($::rootheight, $::rootwidth) = my_gtk::gtkroot()->get_size; - ($::rootheight, $::rootwidth) = (min(600, $::rootheight), min(800, $::rootwidth)); + ($::rootheight, $::rootwidth) = (min(768, $::rootheight), min(1024, $::rootwidth)); ($::stepswidth, $::stepsheight) = (140, $::rootheight); ($::logowidth, $::logoheight) = ($::rootwidth - $::stepswidth, 40); ($::helpwidth, $::helpheight) = ($::rootwidth - $::stepswidth, 100); |