]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMSettingsDialog.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMSettingsDialog.h
index 5f70b6059d5797a6a645be21fc685a07eaee4d55..2e06ae3d8693bc506d50778fddcfdb5bc77bc801 100644 (file)
@@ -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: