Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
[NewUI] fixed listbox height on launccher window
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Nov 16, 2017
1 parent b210e04 commit fb9c004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DWSIM.UI.Desktop.Forms/Forms/MainForm.eto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fb9c004

Please sign in to comment.