diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-19 21:19:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-19 21:19:17 +0100 |
| commit | f568d196a5bbf12726261afdfb92a40e0e0e4c8b (patch) | |
| tree | 681b61890ff234278c6c53590f08f2494df43347 /src/wx/config_dialog.cc | |
| parent | cad77c03245601a05511c24fe02b90a26f252c2d (diff) | |
Remove scrolling in AudioMappingView.
In the audio panel it was a bit weird to have part of the panel
scrollable when the whole video panel is. Now both video and audio
panels scroll. You lose the "always there" view of the audio processing
summary but I think this is outweighed by the scrolling simplicity.
I also suspect it may make things behave better on "short" screens.
Diffstat (limited to 'src/wx/config_dialog.cc')
| -rw-r--r-- | src/wx/config_dialog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 51b6ff2e9..c9ce97367 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -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; |
