ringbuffer and statistics

This commit is contained in:
meelstorm
2025-07-18 10:13:46 +02:00
parent d3cb790bd9
commit 40d74d6da6
41 changed files with 1188 additions and 180 deletions

View File

@@ -33,6 +33,7 @@ public partial class OptionsWindow
flowLayoutPanelSettings.FlowDirection = FlowDirection.TopDown;
flowLayoutPanelSettings.Location = new Point(220, 12);
flowLayoutPanelSettings.Name = "flowLayoutPanelSettings";
flowLayoutPanelSettings.Padding = new Padding(0, 0, 0, 15);
flowLayoutPanelSettings.Size = new Size(852, 582);
flowLayoutPanelSettings.TabIndex = 1;
flowLayoutPanelSettings.WrapContents = false;