Adding halign to label log.

This commit is contained in:
Sergiotarxz 2024-03-04 01:26:26 +01:00
parent f2c78be139
commit b0778700f5
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ sub fill_logs_win {
$message .= "\n with output file $output_file";
}
my $label = Gtk4::Label->new($message);
$label->set_halign('start');
$grid_log->attach($label, 0, $i, 10, 1);
$self->create_button_restore( $grid_log, 11, $i, 'Restore input file',
$backup_input_file, $input_file );