Make our own DirPicker wider in the new file dialog (#902).
[dcpomatic.git] / src / wx / dir_picker_ctrl.h
index 2ab2a5714b8f42d7ae96aa5625421abd45fc5914..383362f570d97095e296d6559af3e2d23da44b36 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -23,7 +23,7 @@
 class DirPickerCtrl : public wxPanel
 {
 public:
-       DirPickerCtrl (wxWindow *);
+       DirPickerCtrl (wxWindow *, wxSize size = wxDefaultSize);
 
        wxString GetPath () const;
        void SetPath (wxString);
@@ -36,4 +36,3 @@ private:
        wxString _path;
        wxSizer* _sizer;
 };
-