From 2f145bd68daf7ec48a28fbf3b39b7fc0b7a8454c Mon Sep 17 00:00:00 2001 From: jgmdev Date: Wed, 22 Jun 2022 17:56:11 -0400 Subject: settings: set about title font as reference of big_font --- plugins/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/settings.lua b/plugins/settings.lua index 2114a36..9e77112 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -1469,6 +1469,7 @@ end function Settings:setup_about() ---@type widget.label local title = Label(self.about, "Lite XL") + title.font = "big_font" ---@type widget.label local version = Label(self.about, "version " .. VERSION) ---@type widget.label @@ -1543,7 +1544,6 @@ local contributors_list = { function self.about:update_positions() local center = self:get_width() / 2 - title.font = style.big_font title:set_label("Lite XL") title:set_position( center - (title:get_width() / 2), -- cgit v1.2.3