From cf47c1879dad0791816f0c8622f53b2a8ceebddf Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Sat, 26 Mar 2016 18:59:28 -0400 Subject: [PATCH] pad help text width a bit more to remove horiz scroll --- src/launcher/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher/launcher.cpp b/src/launcher/launcher.cpp index a314840..01cd67e 100644 --- a/src/launcher/launcher.cpp +++ b/src/launcher/launcher.cpp @@ -370,7 +370,7 @@ void Launcher::OnHelp( wxCommandEvent& WXUNUSED(event) ) bSizer = new wxBoxSizer( wxVERTICAL ); // stupid - wxSize txtsize = help->GetTextExtent( wxT(" This opens a Help document containing information about the LauncherWW") ); + wxSize txtsize = help->GetTextExtent( wxT(" This opens a Help document containing information about the LauncherWWWW") ); txtsize.SetHeight(420); wxTextCtrl *m_help_txt = new wxTextCtrl( help, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_DONTWRAP|wxTE_MULTILINE|wxTE_READONLY ); -- 2.39.2