jes icon indicating copy to clipboard operation
jes copied to clipboard

font is too big

Open zetade1029 opened this issue 7 months ago • 1 comments

some of the fonts are too big anyone have any idea to fix it?

Image

zetade1029 avatar May 21 '25 22:05 zetade1029

Font size is defined in jes_ui.py

Lines 18-20

        self.bigFont = pygame.font.SysFont('Arial', 60)  	
        self.smallFont = pygame.font.SysFont('Arial', 30)
        self.tinyFont = pygame.font.SysFont('Arial', 21)

You can try making values here even smaller

dphdmn avatar Jul 22 '25 05:07 dphdmn