treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
763 stars 32 forks source link

fix text input lineheight #175

Open elcritch opened 2 years ago

elcritch commented 2 years ago

The font input is offset because lineHeight isn't set on the input: box used for input. This fixes that and maybe other issues.