Fix comment in example for banner window
Should say top edge, not left. Closes #22122.
This commit is contained in:
committed by
Vadim Zeitlin
parent
9ab6a5244f
commit
ddf90dc3e0
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user