ui: fix icons font layout
This commit is contained in:
parent
501af7ec68
commit
554ec54c85
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ pub fn setup_fonts(ctx: &Context) {
|
|||
scale: 1.0,
|
||||
y_offset_factor: -0.30,
|
||||
y_offset: 0.0,
|
||||
baseline_offset_factor: 0.30,
|
||||
baseline_offset_factor: 0.50,
|
||||
}),
|
||||
);
|
||||
fonts
|
||||
|
|
Loading…
Reference in a new issue