aboutsummaryrefslogtreecommitdiff
path: root/src/preferences/EditorPrefsPanelBF.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences/EditorPrefsPanelBF.h')
-rw-r--r--src/preferences/EditorPrefsPanelBF.h2
1 files changed, 2 insertions, 0 deletions
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: