ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/MainWindow.pm
(Generate patch)

Comparing deliantra/gde/GCE/MainWindow.pm (file contents):
Revision 1.63 by elmex, Thu Jun 1 14:33:14 2006 UTC vs.
Revision 1.64 by elmex, Mon Jun 5 09:23:29 2006 UTC

197 my $w = $self->{attr_edit_win} = Gtk2::Window->new; 197 my $w = $self->{attr_edit_win} = Gtk2::Window->new;
198 $w->set_title ("gce - edit attrs"); 198 $w->set_title ("gce - edit attrs");
199 $w->add ($self->{attr_edit} = GCE::AttrEdit->new); 199 $w->add ($self->{attr_edit} = GCE::AttrEdit->new);
200 $w->signal_connect (destroy => sub { Gtk2->main_quit; 0 }); 200 $w->signal_connect (destroy => sub { Gtk2->main_quit; 0 });
201 201
202 main::set_pos_and_size ($w, $main::CFG->{attr_view}, 400, 300); 202 main::set_pos_and_size ($w, $main::CFG->{attr_view}, 400, 300, 250, 0);
203 203
204 $w->show_all; 204 $w->show_all;
205} 205}
206 206
207sub update_attr_editor { 207sub update_attr_editor {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines