From 0fa6c24d8e0a4b82542948790b5860059b11f764 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 20:44:41 +0100 Subject: Improve editor preferences --- src/preferences/EditorPrefsPanelBF.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/preferences/EditorPrefsPanelBF.h') diff --git a/src/preferences/EditorPrefsPanelBF.h b/src/preferences/EditorPrefsPanelBF.h index 518338e..0f3a011 100644 --- a/src/preferences/EditorPrefsPanelBF.h +++ b/src/preferences/EditorPrefsPanelBF.h @@ -42,6 +42,8 @@ class EditorPrefsPanelBF : public wxPanel wxColourPickerCtrl* color_commentbg; wxStaticText* row_size_label; wxSpinCtrl* row_size; + wxStaticText* col_size_label; + wxSpinCtrl* col_size; wxCheckBox* show_move_icons; public: -- cgit v1.2.3