summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-07 00:35:38 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-07 00:35:38 +0100
commit031564554ff22efa72bc36c0f058d77056aa8373 (patch)
treedd9fbe6b07b023eb2f22d4a8449dd4a298886a5e /src/wx/text_panel.h
parentb33d05d31b341f75a97e662cf74e6a013edb6402 (diff)
Simplify text panel.
Diffstat (limited to 'src/wx/text_panel.h')
-rw-r--r--src/wx/text_panel.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h
index 3c0dc2365..14a84c610 100644
--- a/src/wx/text_panel.h
+++ b/src/wx/text_panel.h
@@ -62,13 +62,28 @@ private:
wxCheckBox* _use;
wxChoice* _type;
wxCheckBox* _burn;
+ wxStaticText* _offset_label;
+ wxStaticText* _x_offset_label;
+ wxStaticText* _x_offset_pc_label;
+ wxStaticText* _y_offset_label;
+ wxStaticText* _y_offset_pc_label;
wxSpinCtrl* _x_offset;
wxSpinCtrl* _y_offset;
+ wxStaticText* _scale_label;
+ wxStaticText* _x_scale_label;
+ wxStaticText* _x_scale_pc_label;
+ wxStaticText* _y_scale_label;
+ wxStaticText* _y_scale_pc_label;
wxSpinCtrl* _x_scale;
wxSpinCtrl* _y_scale;
+ wxStaticText* _line_spacing_label;
+ wxStaticText* _line_spacing_pc_label;
wxSpinCtrl* _line_spacing;
+ wxStaticText* _dcp_track_label;
wxChoice* _dcp_track;
+ wxStaticText* _language_label;
wxTextCtrl* _language;
+ wxStaticText* _stream_label;
wxChoice* _stream;
wxButton* _text_view_button;
TextView* _text_view;