Drop order status bar down a font px size

py3.10_support
Tyler Goodlet 2021-11-02 14:05:15 -04:00
parent e178c18745
commit 61331fee67
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?