1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:17:34 +00:00

Everywhere: Change font properties to be described in GML

This commit is contained in:
Edgar Araújo 2021-03-23 16:59:18 +00:00 committed by Andreas Kling
parent 532e0090fc
commit ca90a2029d
9 changed files with 7 additions and 8 deletions

View file

@ -9,6 +9,7 @@
@GUI::TextBox {
name: "entry_textbox"
font_type: "FixedWidth"
}
@GUI::Widget {