--- deliantra/Deliantra-Client/DC.pm 2006/05/30 02:55:45 1.79 +++ deliantra/Deliantra-Client/DC.pm 2006/05/30 08:12:50 1.80 @@ -393,7 +393,9 @@ my ($cmd) = @_; my $w = new CFClient::UI::FancyFrame - title => "Bind Action"; + title => "Bind Action", + x => "center", + y => "center"; $w->add (my $vb = new CFClient::UI::VBox); $vb->add (new CFClient::UI::Label @@ -433,7 +435,6 @@ }); $entry->focus_in; - $w->center; $w->show; }