From: Steve Brokenshire Date: Mon, 16 Jan 2017 23:04:32 +0000 (+0000) Subject: AppXestiaAddrBk: Removed gripper from main and search windows X-Git-Tag: release-0.18~35 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=22af4b5592eaf19b616b5f0a07d25f6f9a00b364 AppXestiaAddrBk: Removed gripper from main and search windows --- diff --git a/source/AppXestiaAddrBk.cpp b/source/AppXestiaAddrBk.cpp index d5ddf8f..ba93145 100644 --- a/source/AppXestiaAddrBk.cpp +++ b/source/AppXestiaAddrBk.cpp @@ -209,7 +209,7 @@ frmMainADT::frmMainADT( wxWindow* parent, wxWindowID id, const wxString& title, this->SetSizer( szrMain ); this->Layout(); - stbBottom = this->CreateStatusBar( 1, wxST_SIZEGRIP, wxID_ANY ); + stbBottom = this->CreateStatusBar( 1, 0, wxID_ANY ); tblMain = this->CreateToolBar( wxTB_HORIZONTAL, wxID_ANY ); tbtNewAccount = tblMain->AddTool( ID_MANAGE_NEWAB, wxT("New Address Book"), wxBitmap( 1, 1, wxBITMAP_SCREEN_DEPTH ), wxNullBitmap, wxITEM_NORMAL, wxT("New Address Book"), wxT("Setup a new local or remote address book"), NULL ); @@ -403,7 +403,7 @@ frmSearchADT::frmSearchADT( wxWindow* parent, wxWindowID id, const wxString& tit { this->SetSizeHints( wxSize( 300,450 ), wxDefaultSize ); - stbBottom = this->CreateStatusBar( 1, wxST_SIZEGRIP, wxID_ANY ); + stbBottom = this->CreateStatusBar( 1, 0, wxID_ANY ); wxBoxSizer* bSizer368; bSizer368 = new wxBoxSizer( wxVERTICAL );