From: Steve Brokenshire Date: Wed, 6 Sep 2017 21:39:38 +0000 (+0100) Subject: frmContactEditorGeoposition: Fix height for new priority control X-Git-Tag: release-0.20~7 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=4770beb6c24fc13a8d9c87477f572bf9a3e29b30 frmContactEditorGeoposition: Fix height for new priority control --- diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 835663e..f3164c4 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -43,7 +43,6 @@ #include #include #include -#include #include #include #include @@ -1341,7 +1340,7 @@ class frmContactEditorGeopositionADT : public wxDialog public: - frmContactEditorGeopositionADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Geoposition Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,201 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorGeopositionADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Geoposition Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 353,233 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorGeopositionADT(); };