1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

make fancy tab bar corners more rounded

This commit is contained in:
Wez Furlong 2021-10-09 08:12:11 -07:00
parent d54762bf4b
commit 23a0d67589

View File

@ -557,8 +557,8 @@ impl super::TermWindow {
self.tab_background( self.tab_background(
&mut layers[1], &mut layers[1],
metrics.cell_width.get() as isize / 3, metrics.cell_width.get() as isize / 2,
metrics.cell_height.get() as isize / 3, metrics.cell_height.get() as isize / 2,
tab_bounding_rect, tab_bounding_rect,
rgbcolor_to_window_color(c.bg_color), rgbcolor_to_window_color(c.bg_color),
)?; )?;