mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
FontEditor: Set correct mean- and baseline ranges for new fonts
Fixes out-of-bounds lines in glyph editor
This commit is contained in:
parent
bada590b91
commit
8b3a92de37
2 changed files with 3 additions and 2 deletions
|
@ -175,7 +175,6 @@
|
|||
@GUI::SpinBox {
|
||||
name: "mean_line_spinbox"
|
||||
min: 0
|
||||
max: 32
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -193,7 +192,6 @@
|
|||
@GUI::SpinBox {
|
||||
name: "baseline_spinbox"
|
||||
min: 0
|
||||
max: 32
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue