Merge pull request #2283 from zed-industries/fix-code-fold-indicator-scaling

Change fold icon width to scale with font size
This commit is contained in:
Mikayla Maki 2023-03-14 10:07:25 -07:00 committed by GitHub
commit 2a5ac4f203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -664,7 +664,7 @@ pub struct Folds {
pub indicator: Interactive<InteractiveColor>,
pub ellipses: FoldEllipses,
pub fold_background: Color,
pub icon_width: f32,
pub icon_margin_scale: f32,
pub folded_icon: String,
pub foldable_icon: String,
}