Shrink size of audio map.
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Dec 2021 21:44:59 +0000 (22:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Jan 2022 21:37:08 +0000 (22:37 +0100)
src/wx/config_dialog.cc

index 396691751b691a9a1820ee5e5aeb2a6f887a7381..514a6cde6fad37e0cabf2d978fad418796ebd541 100644 (file)
@@ -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;