aboutsummaryrefslogtreecommitdiff
path: root/src/gui.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-26 16:32:54 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-26 16:32:54 +0100
commit5a4ec5d1e856f34503f89e1ed206df1ff934eae4 (patch)
treeab72034d4f7be9c7252d9edfd6e7e41c80a9623d /src/gui.cpp
parent3263bda23b8bccb9958471be064603d958f08253 (diff)
Update import
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 );