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?