Adding scroll log.

This commit is contained in:
Sergiotarxz 2024-03-04 01:33:25 +01:00
parent b0778700f5
commit 438fe05a0e
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@ sub fill_logs_win {
$backup_output_file, $output_file ); $backup_output_file, $output_file );
$i++; $i++;
} }
$win->set_child($grid_log); my $scroll = Gtk4::ScrolledWindow->new;
$scroll->set_child($grid_log);
$win->set_child($scroll);
} }
sub open_save { sub open_save {