1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

Reduce transparent theme window size

Fixes #414
This commit is contained in:
Jonathan Harris 2019-05-01 23:57:38 +01:00
parent 68bc025c07
commit d373fd39aa

View File

@ -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