Fix comment in example for banner window

Should say top edge, not left.

Closes #22122.
This commit is contained in:
Blake-Madden
2022-02-10 15:33:41 -05:00
committed by Vadim Zeitlin
parent 9ab6a5244f
commit ddf90dc3e0

View File

@@ -29,7 +29,7 @@
"the online server.\n"
" Please enter your credentials in the controls below.");
// And position it along the left edge of the window.
// And position it along the top edge of the window.
wxSizer* sizer = new wxBoxSizer(wxVERTICAL);
sizer->Add(banner, wxSizerFlags().Expand());