--- deliantra/Deliantra-Client/DC/Macro.pm 2006/12/16 16:14:34 1.6 +++ deliantra/Deliantra-Client/DC/Macro.pm 2007/07/20 16:32:04 1.7 @@ -298,12 +298,12 @@ $REFRESH_MACRO_LIST = $refresh = sub { $macrolist->clear; - $macrolist->add (0, 1, new CFPlus::UI::Label + $macrolist->add_at (0, 1, new CFPlus::UI::Label text => "Trigger", align => 0, tooltip => $tooltip_trigger . $tooltip_common, ); - $macrolist->add (1, 1, new CFPlus::UI::Label + $macrolist->add_at (1, 1, new CFPlus::UI::Label text => "Commands", tooltip => $tooltip_commands . $tooltip_common, ); @@ -338,7 +338,7 @@ 1 }; - $macrolist->add (0, $y, new CFPlus::UI::Label + $macrolist->add_at (0, $y, new CFPlus::UI::Label text => trigger_to_string $macro, tooltip => $tooltip_trigger . $tooltip_common, align => 0, @@ -347,7 +347,7 @@ on_button_down => $macro_cb, ); - $macrolist->add (1, $y, new CFPlus::UI::Label + $macrolist->add_at (1, $y, new CFPlus::UI::Label text => (join "; ", @{ $macro->{action} || [] }), tooltip => $tooltip_commands . $tooltip_common, expand => 1,