plugins scale: also rescale style.expanded_scrollbar_size (#1380)

This commit is contained in:
Jefferson González 2023-02-06 13:40:12 -04:00 committed by GitHub
parent d784133777
commit 0495ac28a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -43,6 +43,7 @@ local function set_scale(scale)
style.padding.y = style.padding.y * s
style.divider_size = style.divider_size * s
style.scrollbar_size = style.scrollbar_size * s
style.expanded_scrollbar_size = style.expanded_scrollbar_size * s
style.caret_width = style.caret_width * s
style.tab_width = style.tab_width * s