diff --git a/DWSIM.UI.Desktop.Forms/Forms/MainForm.eto.cs b/DWSIM.UI.Desktop.Forms/Forms/MainForm.eto.cs index 88e7670c..eac90468 100644 --- a/DWSIM.UI.Desktop.Forms/Forms/MainForm.eto.cs +++ b/DWSIM.UI.Desktop.Forms/Forms/MainForm.eto.cs @@ -146,7 +146,7 @@ void InitializeComponent() tableright.Padding = new Padding(5, 5, 5, 5); tableright.Spacing = new Size(10, 10); - MostRecentList = new ListBox { BackgroundColor = bgcolor}; + MostRecentList = new ListBox { BackgroundColor = bgcolor, Height = 330}; if (Application.Instance.Platform.IsGtk && GlobalSettings.Settings.RunningPlatform() == GlobalSettings.Settings.Platform.Mac)