From 0d15e8202f729898b108b96e11c33e7befcd622c Mon Sep 17 00:00:00 2001 From: asmwarrior Date: Sat, 22 Jul 2023 16:10:29 +0800 Subject: [PATCH] make the text a litter bigger see this discussion: https://github.com/schorsch1976/AsciiFlowQT/issues/5 --- src/Wx/wxAsciiArt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);