ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI/Dockbar.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI/Dockbar.pm (file contents):
Revision 1.4 by elmex, Sun Jan 13 10:37:42 2008 UTC vs.
Revision 1.5 by root, Mon May 5 16:19:19 2008 UTC

14 border_bg => [1, 1, 1, 1], 14 border_bg => [1, 1, 1, 1],
15 x => "max", 15 x => "max",
16 y => 0, 16 y => 0,
17 force_w => $::WIDTH * 0.4, 17 force_w => $::WIDTH * 0.4,
18 force_h => $::HEIGHT * 0.5, 18 force_h => $::HEIGHT * 0.5,
19 has_close_button => 1,
20 child => (my $nb = DC::UI::Notebook->new (expand => 1)), 19 child => (my $nb = DC::UI::Notebook->new (expand => 1)),
21 @_, 20 @_,
22 ); 21 );
23 22
24 $self->{notebook} = $nb; 23 $self->{notebook} = $nb;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines