diff --git a/launcher/gui/src/GLauncherApp.cpp b/launcher/gui/src/GLauncherApp.cpp index 6721886b..aa107766 100644 --- a/launcher/gui/src/GLauncherApp.cpp +++ b/launcher/gui/src/GLauncherApp.cpp @@ -17,7 +17,7 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co wxBoxSizer* bSizer3; bSizer3 = new wxBoxSizer( wxVERTICAL ); - m_notebook1 = new wxNotebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 ); + m_notebook1 = new wxNotebook( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0|wxBORDER_NONE ); m_panel1 = new wxPanel( m_notebook1, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); wxBoxSizer* bSizer2; bSizer2 = new wxBoxSizer( wxVERTICAL ); @@ -58,7 +58,7 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co wxGridSizer* gSizer1; gSizer1 = new wxGridSizer( 1, 1, 0, 0 ); - m_logOutputTextCtrl = new wxTextCtrl( m_panel3, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxTE_READONLY ); + m_logOutputTextCtrl = new wxTextCtrl( m_panel3, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxTE_READONLY|wxBORDER_NONE ); gSizer1->Add( m_logOutputTextCtrl, 0, wxALL|wxEXPAND, 5 ); @@ -139,7 +139,7 @@ MainFrame::MainFrame( wxWindow* parent, wxWindowID id, const wxString& title, co m_panel5 = new wxPanel( m_notebook1, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); m_notebook1->AddPage( m_panel5, _("a page"), false ); - bSizer3->Add( m_notebook1, 1, wxALL|wxEXPAND, 5 ); + bSizer3->Add( m_notebook1, 1, wxEXPAND, 5 ); this->SetSizer( bSizer3 ); diff --git a/launcher/gui/src/launcher.fbp b/launcher/gui/src/launcher.fbp index ed69e594..fad391b5 100644 --- a/launcher/gui/src/launcher.fbp +++ b/launcher/gui/src/launcher.fbp @@ -91,7 +91,7 @@ none 5 - wxALL|wxEXPAND + wxEXPAND 1 1 @@ -146,7 +146,7 @@ - + wxBORDER_NONE OnNotebookPageChanged OnNotebookPageChanging @@ -205,16 +205,16 @@ wxTAB_TRAVERSAL - + bSizer2 wxVERTICAL none - + 5 wxALL|wxEXPAND 1 - + wxID_ANY Status @@ -527,7 +527,7 @@ - + wxBORDER_NONE