From 923b9fbd9e43252923fd163e9502f4307484d48f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 9 May 2021 21:08:33 +0200 Subject: [PATCH] [qutebrowser] Set tab bar width just little smaller --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 2d8aaee..a243f8f 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -153,7 +153,7 @@ c.tabs.position = 'left' # Width (in pixels or as percentage of the window) of the tab bar if # it's vertical. # Type: PercOrInt -c.tabs.width = '12%' +c.tabs.width = '14%' # Text color of the completion widget. May be a single color to use for # all columns or a list of three colors, one for each column.