Skip to content

Commit

Permalink
make the text a litter bigger
Browse files Browse the repository at this point in the history
see this discussion: schorsch1976#5
  • Loading branch information
asmwarrior committed Jul 22, 2023
1 parent 3fdadcd commit 0d15e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wx/wxAsciiArt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0d15e82

Please sign in to comment.