From 61331fee67d7942a368b35ee6f393c5601e993d3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 2 Nov 2021 14:05:15 -0400 Subject: [PATCH] Drop order status bar down a font px size --- piker/ui/_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_forms.py b/piker/ui/_forms.py index 45d68317..72053716 100644 --- a/piker/ui/_forms.py +++ b/piker/ui/_forms.py @@ -732,7 +732,7 @@ def mk_order_pane_layout( ) -> FieldsForm: - font_size: int = _font.px_size - 1 + font_size: int = _font.px_size - 2 # TODO: maybe just allocate the whole fields form here # and expect an async ctx entry?