Drop order status bar down a font px size

windows_testing_volume
Tyler Goodlet 2021-11-02 14:05:15 -04:00
parent 704cc80708
commit 6c86db8f2c
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?