1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +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();
Layout();
Fit();
GetSizer()->Fit(this);
SetMinSize(GetSize());
int top = 0;