Enabled horizontal scrollbar on server (logs not cut off anymore)

This commit is contained in:
2025-10-01 08:13:02 +02:00
parent de0ffb0ee8
commit 302775c0a9

View File

@@ -77,6 +77,7 @@
// //
// logList // logList
// //
this.logList.HorizontalScrollbar = true;
this.logList.Location = new System.Drawing.Point(12, 27); this.logList.Location = new System.Drawing.Point(12, 27);
this.logList.Name = "logList"; this.logList.Name = "logList";
this.logList.Size = new System.Drawing.Size(400, 322); this.logList.Size = new System.Drawing.Size(400, 322);