From 3c7f496bc827bd8e05943842cb860877cbe9eddc Mon Sep 17 00:00:00 2001 From: Jazzzny <75343012+Jazzzny@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:11:06 -0400 Subject: [PATCH] Update gui_help.py --- resources/gui/gui_help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/gui/gui_help.py b/resources/gui/gui_help.py index 59286904e..d2499f142 100644 --- a/resources/gui/gui_help.py +++ b/resources/gui/gui_help.py @@ -34,12 +34,12 @@ class gui_help_menu: # Header self.header = wx.StaticText(self.frame_modal, label="Patcher Resources", pos=(10,10)) - self.header.SetFont(wx.Font(18, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD)) + self.header.SetFont(wx.Font(19, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, False, ".AppleSystemUIFont")) self.header.Centre(wx.HORIZONTAL) # Subheader self.subheader = wx.StaticText(self.frame_modal, label="Following resources are available:") - self.subheader.SetFont(wx.Font(12, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL)) + self.subheader.SetFont(wx.Font(13, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL, False, ".AppleSystemUIFont")) self.subheader.SetPosition( wx.Point( self.header.GetPosition().x,