From 1ebc1eab685af8f6d12a8b0ff45656223da73d71 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Wed, 15 Jul 2020 15:17:49 +0200 Subject: [PATCH] Reduce font size --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 632bf19..cddeb39 100644 --- a/init.lua +++ b/init.lua @@ -1270,7 +1270,7 @@ local function make_fs(data) fs[#fs + 1] = fmt([[ style_type[label,field;font_size=16] style_type[image_button;border=false] - style_type[button;border=false;font=bold;font_size=19] + style_type[button;border=false;font=bold;font_size=18] style_type[item_image_button;border=false;bgimg_hovered=%s;bgimg_pressed=%s] style[search;fgimg=%s;fgimg_hovered=%s] style[clear;fgimg=%s;fgimg_hovered=%s]