X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMSettingsDialog.h;h=2e06ae3d8693bc506d50778fddcfdb5bc77bc801;hb=f10df58dfa9c4d8489fe35f57f796bcf37e5f9b4;hp=5f70b6059d5797a6a645be21fc685a07eaee4d55;hpb=157fdd70097efc81cb9bcd3a3b19392b8a144655;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMSettingsDialog.h b/lib/creaDevManagerLib/wxCDMSettingsDialog.h index 5f70b60..2e06ae3 100644 --- a/lib/creaDevManagerLib/wxCDMSettingsDialog.h +++ b/lib/creaDevManagerLib/wxCDMSettingsDialog.h @@ -61,7 +61,7 @@ public: wxWindowID id = wxID_ANY, const wxString& caption = wxT("Settings - CreaDevManager CREATIS"), const wxPoint& position = wxDefaultPosition, - const wxSize& size = wxSize(350,320), + const wxSize& size = wxSize(350,370), long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ); /** @@ -83,7 +83,7 @@ public: wxWindowID id = wxID_ANY, const wxString& caption = wxT("Settings - CreaDevManager CREATIS"), const wxPoint& position = wxDefaultPosition, - const wxSize& size = wxSize(350,320), + const wxSize& size = wxSize(350,370), long style = wxDEFAULT_DIALOG_STYLE ); @@ -123,7 +123,10 @@ private: * Help Enabled. */ wxCheckBox* helpEnabled; - + /** + * Build Command. + */ + wxTextCtrl* buildCommand; //handlers protected: