--- deliantra/Deliantra-Client/bin/pclient 2006/05/18 01:22:41 1.228 +++ deliantra/Deliantra-Client/bin/pclient 2006/05/19 16:43:57 1.229 @@ -788,11 +788,7 @@ user_h => int $::HEIGHT / 5, child => (my $vbox = new CFClient::UI::VBox); - $vbox->add ($LOGVIEW = new CFClient::UI::TextView - expand => 1, - font => $FONT_FIXED, - fontsize => $::CFG->{log_fontsize}, - ); + $vbox->add ($LOGVIEW); $vbox->add (my $input = new CFClient::UI::Entry connect_focus_in => sub { @@ -917,6 +913,12 @@ $MAPWIDGET->show; $MAPWIDGET->focus_in; + $LOGVIEW = new CFClient::UI::TextView + expand => 1, + font => $FONT_FIXED, + fontsize => $::CFG->{log_fontsize}, + ; + $BUTTONBAR = new CFClient::UI::HBox; $BUTTONBAR->add (new CFClient::UI::Flopper text => "Client Setup", other => client_setup);