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:
commit
2a5ac4f203
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue