From: Carl Hetherington Date: Tue, 7 Dec 2021 21:44:59 +0000 (+0100) Subject: Shrink size of audio map. X-Git-Tag: checked-for-v2.16.x~51 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4db2cb288af3baa40a93e2cd85416f133885ce56 Shrink size of audio map. --- diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 396691751..514a6cde6 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -897,7 +897,7 @@ SoundPage::setup () add_label_to_sizer (table, _panel, _("Mapping"), true, wxGBPosition(r, 0)); _map = new AudioMappingView (_panel, _("DCP"), _("DCP"), _("Output"), _("output")); - _map->SetSize (-1, 600); + _map->SetSize (-1, 400); table->Add (_map, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND); ++r;