From 5ef5390052be06fa7d673d51bdc551f202d3a9dd Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Sat, 26 Mar 2016 19:03:45 -0400 Subject: [PATCH] remove old border flag on conn count --- 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 0718317..c03ef19 100644 --- a/src/network/stand_gui.cpp +++ b/src/network/stand_gui.cpp @@ -363,7 +363,7 @@ void Standalone::createTab_Server(wxNotebook* parent) wxStaticText* m_staticText9 = new wxStaticText( panel, wxID_ANY, wxT("# Connections :"), wxDefaultPosition, wxDefaultSize, 0 ); fgSizer7->Add( m_staticText9, 0, wxALL, 5 ); - m_S_NumConn = new wxStaticText( panel, wxID_ANY, wxT("0"), wxDefaultPosition, wxDefaultSize, 0|wxSUNKEN_BORDER ); + m_S_NumConn = new wxStaticText( panel, wxID_ANY, wxT("0"), wxDefaultPosition, wxDefaultSize, 0 ); fgSizer7->Add( m_S_NumConn, 0, wxALL, 5 ); bSizer->Add( fgSizer7, 0, wxEXPAND, 5 ); -- 2.39.2