We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ec21d commit 903b2ebCopy full SHA for 903b2eb
samples/config/conftest.cpp
@@ -173,7 +173,7 @@ MyFrame::MyFrame()
173
m_text = new wxTextCtrl(panel, wxID_ANY);
174
m_check = new wxCheckBox(panel, wxID_ANY, wxT("show welcome message box at startup"));
175
176
- // put evreything in a sizer
+ // put everything in a sizer
177
wxBoxSizer* sizer = new wxBoxSizer(wxVERTICAL);
178
sizer->Add(st, wxSizerFlags().Border(wxLEFT|wxBOTTOM|wxTOP, 10));
179
sizer->Add(m_text, wxSizerFlags().Border(wxLEFT|wxBOTTOM|wxRIGHT, 10).Expand());
0 commit comments