dev: ui: commit missing change for brick 1.5

This commit is contained in:
Simon Michael 2022-11-26 08:50:28 -05:00
parent 5283c280bf
commit 74f9cd866c

View File

@ -149,7 +149,7 @@ helpDialog =
c <- getContext
render $
withDefAttr (attrName "help") $
renderDialog (dialog (Just "Help (LEFT/ESC/?/q to close help)") Nothing (c^.availWidthL)) $ -- (Just (0,[("ok",())]))
renderDialog (dialog (Just $ str "Help (LEFT/ESC/?/q to close help)") Nothing (c^.availWidthL)) $ -- (Just (0,[("ok",())]))
padTop (Pad 0) $ padLeft (Pad 1) $ padRight (Pad 1) $
vBox [
hBox [