hide gutter on spawn

This commit is contained in:
yggverse 2025-02-04 23:01:20 +02:00
parent 971af2e39f
commit 60a2300e03

View file

@ -20,12 +20,13 @@ impl Gutter {
// "caption",
"dim-label",
])
.halign(Align::Start)
.margin_start(MARGIN_X)
.margin_end(MARGIN_X)
.margin_top(MARGIN_Y)
.margin_bottom(MARGIN_Y)
.ellipsize(EllipsizeMode::Middle)
.halign(Align::Start)
.margin_bottom(MARGIN_Y)
.margin_end(MARGIN_X)
.margin_start(MARGIN_X)
.margin_top(MARGIN_Y)
.visible(false)
.build();
text_view.set_gutter(TextWindowType::Bottom, Some(&label));