vertical layout: increase font size
the current version of klipperscreen can have little bit more without breaking the ui in my tests
This commit is contained in:
parent
5eb268b220
commit
462d134b1e
@ -39,7 +39,7 @@ class KlippyGtk:
|
||||
self.width = screen.width
|
||||
self.height = screen.height
|
||||
self.ultra_tall = (self.height / self.width) >= 3
|
||||
self.font_ratio = [33, 49] if self.screen.vertical_mode else [43, 29]
|
||||
self.font_ratio = [31, 47] if self.screen.vertical_mode else [43, 29]
|
||||
self.font_size = min(self.width / self.font_ratio[0], self.height / self.font_ratio[1])
|
||||
self.img_scale = self.font_size * 2
|
||||
self.button_image_scale = 1.38
|
||||
|
Loading…
x
Reference in New Issue
Block a user