[qutebrowser] Set tab bar width just little smaller
This commit is contained in:
parent
391240bc71
commit
923b9fbd9e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue