From 7640365e3ec1a9d986984e86fcfaeda3a573dc59 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 6 Jun 2005 05:44:47 +0000 Subject: create adjustments before resolution is set so that they get correct upper values --- perl-install/standalone/draksplash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 56b7bc622..c569bce4d 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -41,13 +41,13 @@ my %scale_settings = ( ph => [ 1/10, N("the height of the progress bar") ], ); +my %adj; +create_adj_widgets(); + my %theme; set_theme('new_theme'); set_resolution([ bootsplash::get_framebuffer_resolution() ]->[0]); -my %adj; -create_adj_widgets(); - my $current_mode; my $notebook = gtksignal_connect(Gtk2::Notebook->new, switch_page => sub { my (undef, undef, $mode) = @_; -- cgit v1.2.1