Force size of wxDirPickerCtrl in a couple of places.
[dcpomatic.git] / src / wx / new_film_dialog.cc
index e0ad2c457625d08fd188fb829ac50bc6d0b68f3a..f6d91028267a98bbd719bc6da4cdc797369e6315 100644 (file)
@@ -50,7 +50,7 @@ NewFilmDialog::NewFilmDialog (wxWindow* parent)
 #ifdef DCPOMATIC_USE_OWN_DIR_PICKER
        _folder = new DirPickerCtrl (this); 
 #else  
-       _folder = new wxDirPickerCtrl (this, wxID_ANY);
+       _folder = new wxDirPickerCtrl (this, wxID_ANY, wxEmptyString, wxDirSelectorPromptStr, wxDefaultPosition, wxSize (300, -1));
 #endif
 
        if (!_directory) {