From 838c8b5d8d6f81273e26705ad4712245dab783a1 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Sat, 12 Mar 2016 13:09:50 -0500 Subject: [PATCH] try to fix field spacing on popup --- src/network/stand_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/stand_gui.cpp b/src/network/stand_gui.cpp index a5fc061..3569d87 100644 --- a/src/network/stand_gui.cpp +++ b/src/network/stand_gui.cpp @@ -93,7 +93,7 @@ StandPopup::StandPopup( wxWindow* parent, wxWindowID id, const wxString& title, m_Label2 = new wxStaticText( this, wxID_ANY, wxT(""), wxDefaultPosition, wxDefaultSize, 0 ); m_Label2->Wrap( -1 ); - fgSizer3->Add( m_Label2, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); + fgSizer3->Add( m_Label2, 0, wxALIGN_CENTER_VERTICAL|wxLEFT, 5 ); bSizer2->Add( fgSizer3, 1, wxALIGN_CENTER_VERTICAL|wxALL|wxEXPAND, 10 ); -- 2.39.2