--- deliantra/Deliantra-Client/DC/Macro.pm 2007/12/26 21:03:21 1.16 +++ deliantra/Deliantra-Client/DC/Macro.pm 2007/12/29 13:44:30 1.17 @@ -436,11 +436,11 @@ $macrolist->add_at (0, 1, new DC::UI::Label text => "Trigger", - align => 0, tooltip => $tooltip_trigger . $tooltip_common, ); $macrolist->add_at (1, 1, new DC::UI::Label - text => "Commands", + text => "Actions", + align => 0, tooltip => $tooltip_commands . $tooltip_common, ); @@ -477,7 +477,7 @@ $macrolist->add_at (0, $y, new DC::UI::Label text => trigger_to_string $macro, tooltip => $tooltip_trigger . $tooltip_common, - align => 0, + fg => [1, 0.8, 0.8], can_hover => 1, can_events => 1, on_button_down => $macro_cb, @@ -486,6 +486,8 @@ $macrolist->add_at (1, $y, new DC::UI::Label text => (join "; ", @{ $macro->{action} || [] }), tooltip => $tooltip_commands . $tooltip_common, + fg => [0.9, 0.9, 0.9], + align => 0, expand => 1, ellipsise => 3, can_hover => 1,