feat(bar): add font size config opt

This commit is contained in:
LGUG2Z
2024-09-18 18:06:45 -07:00
parent 50b89cc1df
commit 14d2ebd756
4 changed files with 42 additions and 3 deletions

View File

@@ -12,6 +12,11 @@
"description": "Font family",
"type": "string"
},
"font_size": {
"description": "Font size (default: 12.5)",
"type": "number",
"format": "float"
},
"frame": {
"description": "Frame options (see: https://docs.rs/egui/latest/egui/containers/struct.Frame.html)",
"type": "object",