mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Correct icon_margin_scale
This commit is contained in:
parent
dbfa1d7263
commit
d74b8ec4e3
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export default function editor(): any {
|
||||||
vertical_scale: 0.55,
|
vertical_scale: 0.55,
|
||||||
},
|
},
|
||||||
folds: {
|
folds: {
|
||||||
icon_margin_scale: 2.5,
|
icon_margin_scale: 4,
|
||||||
folded_icon: "icons/chevron_right.svg",
|
folded_icon: "icons/chevron_right.svg",
|
||||||
foldable_icon: "icons/chevron_down.svg",
|
foldable_icon: "icons/chevron_down.svg",
|
||||||
indicator: toggleable({
|
indicator: toggleable({
|
||||||
|
|
Loading…
Reference in a new issue