From d373fd39aa867a2ed2608f1cde3e7ef4f3b961a8 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 1 May 2019 23:57:38 +0100 Subject: [PATCH] Reduce transparent theme window size Fixes #414 --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 1005e7a4..a5c076d0 100644 --- a/theme.py +++ b/theme.py @@ -89,7 +89,7 @@ class _Theme: # Overrides if theme > 1 and not 0x250 < ord(_('Cmdr')[0]) < 0x3000: # Font only supports Latin 1 / Supplement / Extended, and a few General Punctuation and Mathematical Operators - self.current['font'] = tkFont.Font(family='Euro Caps', size=tkFont.Font().actual()['size'], weight=tkFont.NORMAL) + self.current['font'] = tkFont.Font(family='Euro Caps', size=9, weight=tkFont.NORMAL) else: # System colors