Remove scrolling in AudioMappingView.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Feb 2023 20:19:15 +0000 (21:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Feb 2023 20:19:17 +0000 (21:19 +0100)
commitf568d196a5bbf12726261afdfb92a40e0e0e4c8b
tree681b61890ff234278c6c53590f08f2494df43347
parentcad77c03245601a05511c24fe02b90a26f252c2d
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.
src/wx/audio_mapping_view.cc
src/wx/audio_mapping_view.h
src/wx/config_dialog.cc