Remove scrolling in AudioMappingView.
[dcpomatic.git] / src / wx / config_dialog.cc
index 51b6ff2e98c19d6f8ba3e29d59bcd1453681232a..c9ce97367643d1477d6721836ffd9ffa591fb637 100644 (file)
@@ -866,7 +866,6 @@ SoundPage::setup ()
 
        add_label_to_sizer (table, _panel, _("Mapping"), true, wxGBPosition(r, 0));
        _map = new AudioMappingView (_panel, _("DCP"), _("DCP"), _("Output"), _("output"));
-       _map->SetSize (-1, 400);
        table->Add (_map, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);
        ++r;