screen: Put font size setting into KlippyGtk

This commit is contained in:
Jordan
2021-09-18 16:53:31 -04:00
parent 857b4a9bab
commit 36aaece846
3 changed files with 9 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ class BasePanel(ScreenPanel):
self.current_panel = None
self.time_min = -1
self.time_format = self._config.get_main_config_option("24htime")
self.title_spacing = self._screen.font_size * 2
self.title_spacing = self._gtk.font_size * 2
self.buttons_showing = {
'back': False if back else True,