Fix strange layout problems with the content sub panels (#2059).
[dcpomatic.git] / src / wx / check_box.h
index ff47bc5248d5805d9e2a45b2f642607e033c3f0e..8e6789e448311346f7ddb838c7e353979e9fa80e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #ifndef DCPOMATIC_CHECK_BOX_H
 #define DCPOMATIC_CHECK_BOX_H
 
+
 #include "i18n_hook.h"
 #include <wx/wx.h>
 
+
 class CheckBox : public wxCheckBox, public I18NHook
 {
 public:
@@ -33,4 +36,5 @@ public:
        wxString get_text () const;
 };
 
+
 #endif