I'm changing the appearance of the tab-bar
, and I have the following:
There's a gap present between tabs and between the left edge of the frame, despite setting the face attribute :box
to nil
on tab-bar-tab
and tab-bar
. What is this gap, what face does it belong to, and how can I remove it?
Edit: changing the backrgound color of the tab-bar
face to match the background color of the tab-bar-tab
face 'fixes' the issue in that I can no longer see the gap, but I'd still like to know how to fully remove the gap.