Fix misalignment of vim mode indicator (#10962)
Credit-to: @elkowar New is the top <img width="220" alt="Screenshot 2024-04-24 at 19 00 48" src="https://github.com/zed-industries/zed/assets/94272/9d917bf1-e175-494d-9653-757d15584921"> Release Notes: - N/A
This commit is contained in:
parent
583a662ddc
commit
d1425603f6
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ impl Render for ModeIndicator {
|
||||||
|
|
||||||
Label::new(format!("{} -- {} --", self.operators, mode))
|
Label::new(format!("{} -- {} --", self.operators, mode))
|
||||||
.size(LabelSize::Small)
|
.size(LabelSize::Small)
|
||||||
|
.line_height_style(LineHeightStyle::UiLabel)
|
||||||
.into_any_element()
|
.into_any_element()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue