From 302775c0a91e01b5e60552939b3b565b8f98b4a7 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 1 Oct 2025 08:13:02 +0200 Subject: [PATCH] Enabled horizontal scrollbar on server (logs not cut off anymore) --- SamaPager_Server/MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SamaPager_Server/MainForm.Designer.cs b/SamaPager_Server/MainForm.Designer.cs index 83a5df5..7f9f678 100644 --- a/SamaPager_Server/MainForm.Designer.cs +++ b/SamaPager_Server/MainForm.Designer.cs @@ -77,6 +77,7 @@ // // logList // + this.logList.HorizontalScrollbar = true; this.logList.Location = new System.Drawing.Point(12, 27); this.logList.Name = "logList"; this.logList.Size = new System.Drawing.Size(400, 322);