Fix comment in example for banner window
Should say top edge, not left. Closes #22122.
This commit is contained in:
parent
9ab6a5244f
commit
ddf90dc3e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue