From eb35d2bf6edc2d2d4ffdc01af32c75f4dc301db0 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 1 Oct 2025 08:29:19 +0200 Subject: [PATCH] Server log horizontal scrollbar not showing fixed --- 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 d3fdf72..dbd25b8 100644 --- a/SamaPager_Server/MainForm.Designer.cs +++ b/SamaPager_Server/MainForm.Designer.cs @@ -77,6 +77,7 @@ // // logList // + this.logList.HorizontalExtent = 4000; this.logList.HorizontalScrollbar = true; this.logList.Location = new System.Drawing.Point(12, 27); this.logList.Name = "logList";