aboutsummaryrefslogtreecommitdiff
path: root/src/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.cpp')
-rw-r--r--src/gui.cpp8
1 files changed, 1 insertions, 7 deletions
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 );