keybindEventHelpWidget: slightly improve formatting of "comments"

This commit is contained in:
Jonathan Daugherty 2022-08-02 19:48:37 -07:00
parent 286c88b137
commit 4884df8aa6

View File

@ -144,7 +144,7 @@ keybindEventHelpWidget (evName, desc, evs) =
getText (Comment s) = s
getText (Verbatim s) = s
label = case evName of
Comment s -> txt $ "; " <> s
Comment s -> txt s -- TODO: was "; " <> s
Verbatim s -> txt s -- TODO: was: emph $ txt s
in padBottom (Pad 1) $
vBox [ txt desc