Skip to content

Commit

Permalink
list editor: improved balloon message
Browse files Browse the repository at this point in the history
  • Loading branch information
dod38fr committed Oct 21, 2015
1 parent 3be9c47 commit 79638d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Config/Model/Tk/ListEditor.pm
Expand Up @@ -70,8 +70,10 @@ sub Populate {
-height => 8,
)->pack(@fbe1);

$balloon->attach( $tklist,
-msg => 'select an element and perform ' . 'an action on the right' );
$balloon->attach(
$tklist,
-msg => 'select an element and perform an action with one of the buttons below'
);

my $right_frame = $elt_button_frame->Frame->pack( @fxe1, qw/-side right -anchor n/ );

Expand Down

0 comments on commit 79638d6

Please sign in to comment.