diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-23 20:44:41 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-23 20:44:41 +0100 |
| commit | 0fa6c24d8e0a4b82542948790b5860059b11f764 (patch) | |
| tree | edf436dfa89c348fb3318da1d31be8b3a3843f08 /src/preferences/EditorPrefsPanelBF.h | |
| parent | b3ba310792f189e9da35024d3ebb6f6433906841 (diff) | |
Improve editor preferences
Diffstat (limited to 'src/preferences/EditorPrefsPanelBF.h')
| -rw-r--r-- | src/preferences/EditorPrefsPanelBF.h | 2 |
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: |
