1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-26 07:53:42 +02:00

Fix layout of Screnshot tools window

This commit is contained in:
Steve Daulton
2015-07-31 12:45:57 +01:00
parent f756b0d4d7
commit d1d63c7b17

View File

@@ -428,7 +428,7 @@ void ScreenFrame::PopulateOrExchange(ShuttleGui & S)
S.EndPanel(); S.EndPanel();
Layout(); Layout();
Fit(); GetSizer()->Fit(this);
SetMinSize(GetSize()); SetMinSize(GetSize());
int top = 0; int top = 0;