summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-10 01:12:29 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-11 00:28:57 +0200
commitd9b398b33716d5f28fd8d6e22cb723c2fbb635a0 (patch)
treeb68ae47772dd1132c35dcdb3a6927dc4059cde84 /src/wx/dcp_panel.h
parenta4d0c85dba60e2837814bd100547189b9a193fff (diff)
Hack to fix wxChoice heights on KDE (#2343).
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 37bc20aa3..470f98fc8 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -37,13 +37,13 @@ class wxSizer;
class wxGridBagSizer;
class AudioDialog;
-class MarkersDialog;
-class InteropMetadataDialog;
-class SMPTEMetadataDialog;
+class Choice;
class Film;
class FilmViewer;
+class InteropMetadataDialog;
+class MarkersDialog;
class Ratio;
-
+class SMPTEMetadataDialog;
class DCPPanel
{
@@ -123,35 +123,35 @@ private:
wxStaticText* _audio_language = nullptr;
Button* _edit_audio_language = nullptr;
wxStaticText* _container_label;
- wxChoice* _container;
+ Choice* _container;
wxStaticText* _container_size;
wxButton* _copy_isdcf_name_button;
wxStaticText* _j2k_bandwidth_label;
wxStaticText* _mbits_label;
wxSpinCtrl* _j2k_bandwidth;
wxStaticText* _dcp_content_type_label;
- wxChoice* _dcp_content_type;
+ Choice* _dcp_content_type;
wxStaticText* _frame_rate_label;
- wxChoice* _frame_rate_choice;
+ Choice* _frame_rate_choice;
wxSpinCtrl* _frame_rate_spin;
wxSizer* _frame_rate_sizer;
wxStaticText* _channels_label;
- wxChoice* _audio_channels;
+ Choice* _audio_channels;
wxStaticText* _audio_sample_rate_label = nullptr;
wxChoice* _audio_sample_rate = nullptr;
wxStaticText* _processor_label;
- wxChoice* _audio_processor;
+ Choice* _audio_processor;
wxButton* _show_audio;
wxButton* _best_frame_rate;
wxCheckBox* _three_d;
wxCheckBox* _reencode_j2k;
wxStaticText* _resolution_label;
- wxChoice* _resolution;
+ Choice* _resolution;
wxStaticText* _standard_label;
- wxChoice* _standard;
+ Choice* _standard;
wxCheckBox* _encrypted;
wxStaticText* _reels_label;
- wxChoice* _reel_type;
+ Choice* _reel_type;
wxStaticText* _reel_length_label;
wxStaticText* _reel_length_gb_label;
wxSpinCtrl* _reel_length;