mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-07 17:43:53 +01:00
committed by
Paul Licameli
parent
de2213ea2c
commit
045fcbf688
@@ -116,7 +116,9 @@ ErrorReportDialog::ErrorReportDialog(
|
||||
|
||||
S.AddSpace(0, 6);
|
||||
|
||||
S.Style(wxTE_RICH | wxTE_READONLY | wxTE_MULTILINE | wxTE_DONTWRAP).MinSize(wxSize(0,152))
|
||||
S.Style(wxTE_RICH | wxTE_READONLY | wxTE_MULTILINE | wxTE_DONTWRAP)
|
||||
.MinSize(wxSize(0, 152))
|
||||
.Name(XO("Problem details"))
|
||||
.AddTextBox({}, mReport->GetReportPreview(), 0);
|
||||
|
||||
S.AddSpace(0, 20);
|
||||
@@ -126,7 +128,9 @@ ErrorReportDialog::ErrorReportDialog(
|
||||
S.AddSpace(0, 6);
|
||||
|
||||
mCommentsControl = S.Style(wxTE_MULTILINE)
|
||||
.MinSize(wxSize(0, 76)).AddTextBox({}, {}, 0);
|
||||
.MinSize(wxSize(0, 76))
|
||||
.Name(XO("Comments"))
|
||||
.AddTextBox({}, {}, 0);
|
||||
|
||||
mCommentsControl->SetMaxLength(MaxUserCommentLength);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user