in reply to Tk-messageBox -padx
use strict; use warnings; use Tk; my $msg ='MainWindow'->new->messageBox( -icon => 'info', -title => 'MSG', -message => '| | | | | | | | | | | | | | | | | | | | | | | | | + | | | | | | | | | | | |', ); MainLoop();
leads to this window. Is the problem you mention present in the picture?
|
|---|