1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Rename ShuttleGui::SetSizeHints, chain-call it like other methods...

... And rewrite some other existing calls to SetMinSize
This commit is contained in:
Paul Licameli
2018-01-31 15:31:22 -05:00
parent 64a96e6f01
commit b5ee7676fd
27 changed files with 120 additions and 94 deletions

View File

@@ -216,8 +216,8 @@ void BenchmarkDialog::MakeBenchmarkDialog()
mText = S.Id(StaticTextID)
/* i18n-hint noun */
.Name(XO("Output"))
.MinSize( { 500, 200 } )
.AddTextWindow(wxT(""));
mText->SetSizeHints(wxSize(500,200));
//
S.SetBorder(10);