Drop order status bar down a font px size

win_fixes
Tyler Goodlet 2021-11-02 14:05:15 -04:00
parent 8bf9ebc55c
commit 5b703782fc
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ def mk_order_pane_layout(
) -> FieldsForm: ) -> FieldsForm:
font_size: int = _font.px_size - 1 font_size: int = _font.px_size - 2
# TODO: maybe just allocate the whole fields form here # TODO: maybe just allocate the whole fields form here
# and expect an async ctx entry? # and expect an async ctx entry?