From 45e7be4940498a5305b4acd73a53cc807623b22c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 19 Aug 2015 06:40:43 +0200 Subject: [PATCH] Increase default hint size a bit. See #871. --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 5e40bf7e1..c50f92cc2 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1069,7 +1069,7 @@ def data(readonly=False): "Font used for the downloadbar."), ('hints', - SettingValue(typ.Font(), 'bold 12px Monospace'), + SettingValue(typ.Font(), 'bold 13px Monospace'), "Font used for the hints."), ('debug-console',