diff --git a/src/Wx/wxAsciiArt.h b/src/Wx/wxAsciiArt.h index 69559e7..56f3bb0 100644 --- a/src/Wx/wxAsciiArt.h +++ b/src/Wx/wxAsciiArt.h @@ -14,7 +14,7 @@ class wxAsciiArt : public wxScrolledWindow { public: static constexpr int CELLSIZE = 12; - static constexpr int FONTSIZE = CELLSIZE - 4; + static constexpr int FONTSIZE = CELLSIZE; wxAsciiArt(); wxAsciiArt(wxWindow *parent);