From 5a4ec5d1e856f34503f89e1ed206df1ff934eae4 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 26 Dec 2022 16:32:54 +0100 Subject: Update import --- src/gui.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/gui.cpp') diff --git a/src/gui.cpp b/src/gui.cpp index b33583f..1077a2e 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -565,15 +565,9 @@ TabBase_TabImport::TabBase_TabImport( wxWindow* parent, wxWindowID id, const wxP wxBoxSizer* main_sizer; main_sizer = new wxBoxSizer( wxVERTICAL ); - pending_imports = new wxStaticText( this, wxID_ANY, wxT("No pending imports"), wxDefaultPosition, wxDefaultSize, 0 ); - pending_imports->Wrap( -1 ); - pending_imports->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) ); - + pending_imports = new wxTextCtrl( this, wxID_ANY, wxT("No pending imports"), wxDefaultPosition, wxDefaultSize, wxTE_READONLY ); main_sizer->Add( pending_imports, 0, wxALL|wxEXPAND, 5 ); - m_staticline41 = new wxStaticLine( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL ); - main_sizer->Add( m_staticline41, 0, wxEXPAND | wxALL, 5 ); - wxBoxSizer* games_sizer; games_sizer = new wxBoxSizer( wxHORIZONTAL ); -- cgit v1.2.3