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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user