Skip to content

Commit 67d439f

Browse files
committed
increase max live height
1 parent 58f61dd commit 67d439f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slsk-batchdl.Cli/Utilities/TerminalRendering.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ private static int MaxLiveRows()
702702

703703
try
704704
{
705-
return Math.Clamp(Console.WindowHeight - 8, 4, 30);
705+
return Math.Clamp(Console.WindowHeight - 8, 4, 60);
706706
}
707707
catch
708708
{

0 commit comments

Comments
 (0)