From 3f023061824dc1424f0292df0602a000ba038661 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 23 May 2016 10:50:43 +0200 Subject: [PATCH] Font of character preview in character selector reduced for less clipping --- ZRCola/ZRCola.fbp | 2 +- ZRCola/zrcolagui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZRCola/ZRCola.fbp b/ZRCola/ZRCola.fbp index 2213abf..e353ba4 100644 --- a/ZRCola/ZRCola.fbp +++ b/ZRCola/ZRCola.fbp @@ -3000,7 +3000,7 @@ 1 - 00 ZRCola,90,90,120,70,0 + 00 ZRCola,90,90,96,70,0 wxALIGN_CENTRE wxALIGN_CENTRE diff --git a/ZRCola/zrcolagui.cpp b/ZRCola/zrcolagui.cpp index a5f5b5b..5d6ceaa 100644 --- a/ZRCola/zrcolagui.cpp +++ b/ZRCola/zrcolagui.cpp @@ -531,7 +531,7 @@ wxZRColaCharSelectBase::wxZRColaCharSelectBase( wxWindow* parent, wxWindowID id, // Label Appearance // Cell Defaults - m_gridPreview->SetDefaultCellFont( wxFont( 120, 70, 90, 90, false, wxT("00 ZRCola") ) ); + m_gridPreview->SetDefaultCellFont( wxFont( 96, 70, 90, 90, false, wxT("00 ZRCola") ) ); m_gridPreview->SetDefaultCellAlignment( wxALIGN_CENTRE, wxALIGN_CENTRE ); m_gridPreview->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOW ) );