mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Make some more text windows read-only
This commit is contained in:
@@ -216,6 +216,7 @@ void BenchmarkDialog::MakeBenchmarkDialog()
|
||||
mText = S.Id(StaticTextID)
|
||||
/* i18n-hint noun */
|
||||
.Name(XO("Output"))
|
||||
.Style( wxTE_MULTILINE | wxTE_READONLY )
|
||||
.MinSize( { 500, 200 } )
|
||||
.AddTextWindow(wxT(""));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user