X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMSettingsDialog.h;h=2e06ae3d8693bc506d50778fddcfdb5bc77bc801;hb=f3f98131ffd23351c3cd872a0b04aecdc97b7c92;hp=5f70b6059d5797a6a645be21fc685a07eaee4d55;hpb=e992e2085f2a767ab390c3168599047de2ef1d3b;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: