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.3 by root, Sun Jan 13 08:47:00 2008 UTC vs.
Revision 1.4 by elmex, Sun Jan 13 10:37:42 2008 UTC

9 9
10sub new { 10sub new {
11 my $class = shift; 11 my $class = shift;
12 12
13 my $self = $class->SUPER::new ( 13 my $self = $class->SUPER::new (
14 name => "message_window2",
15 title => "Messages XXX",
16 border_bg => [1, 1, 1, 1], 14 border_bg => [1, 1, 1, 1],
17 x => "max", 15 x => "max",
18 y => 0, 16 y => 0,
19 force_w => $::WIDTH * 0.4, 17 force_w => $::WIDTH * 0.4,
20 force_h => $::HEIGHT * 0.5, 18 force_h => $::HEIGHT * 0.5,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines