[qutebrowser] Set tab bar width just little smaller

This commit is contained in:
Marcel Kapfer 2021-05-09 21:08:33 +02:00
parent 391240bc71
commit 923b9fbd9e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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.