Skip to content

Commit

Permalink
fix(config:appearance): increase tab max width
Browse files Browse the repository at this point in the history
  • Loading branch information
sravioli committed Oct 23, 2023
1 parent 8f251ee commit 6d54ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/appearance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ config.tab_bar_at_bottom = true
---```lua
---config.tab_max_width = 16
---```
config.tab_max_width = 25
config.tab_max_width = 35

---When set to `true` (the default), the tab bar is rendered in a native style with
---proportional fonts.
Expand Down

0 comments on commit 6d54ff9

Please sign in to comment.