diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-09 22:32:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-09 22:32:58 +0100 |
| commit | 60a864b0b9985f9e84db7028d5b9a523ecfde522 (patch) | |
| tree | 091cc1da2dda3e2ef354e86bbd3d91b9f1e73c6e | |
| parent | 9c36c2c9fd370f34e06db6e83aed23b3445a36de (diff) | |
fixup! Lay things out better with long audio output names.2363-asio
| -rw-r--r-- | src/wx/config_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index e74acb76f..76d4cf0af 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -217,6 +217,7 @@ private: void reset_to_default (); void update_sound_outputs(); + wxBoxSizer* _play_sound_via_sizer; CheckBox* _sound; Choice* _sound_api; wxChoice* _sound_output; |
