mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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
@ -55,6 +55,7 @@ impl Render for ModeIndicator {
|
||||
|
||||
Label::new(format!("{} -- {} --", self.operators, mode))
|
||||
.size(LabelSize::Small)
|
||||
.line_height_style(LineHeightStyle::UiLabel)
|
||||
.into_any_element()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user