diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:59:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:59:16 +0100 |
| commit | 085943d11efb3916af8f2f50d625d39f7074e526 (patch) | |
| tree | d021176fe7910f098c787120f9481cb3d69d24c6 /src/wx/tall_kdm_output_panel.h | |
| parent | 0073b9b1dd9f916f543012a5f53d37882960527d (diff) | |
| parent | 6ab213e56c8871c407b840d70a7fe997ddaef60a (diff) | |
Merge branch '2646-short-screen'
Add a variation of the KDM output panel for "short" (i.e. low-height) screens
DoM #2646.
Diffstat (limited to 'src/wx/tall_kdm_output_panel.h')
| -rw-r--r-- | src/wx/tall_kdm_output_panel.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/wx/tall_kdm_output_panel.h b/src/wx/tall_kdm_output_panel.h new file mode 100644 index 000000000..9fdad586f --- /dev/null +++ b/src/wx/tall_kdm_output_panel.h @@ -0,0 +1,29 @@ +/* + Copyright (C) 2015-2022 Carl Hetherington <cth@carlh.net> + + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + DCP-o-matic is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with DCP-o-matic. If not, see <http://www.gnu.org/licenses/>. + +*/ + + +#include "kdm_output_panel.h" + + +class TallKDMOutputPanel : public KDMOutputPanel +{ +public: + TallKDMOutputPanel(wxWindow* parent); +}; |
