mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
ui: color help dialog like the borders, make it pop
This commit is contained in:
parent
f10f9b6a17
commit
3ef8d9fc82
@ -54,6 +54,7 @@ helpDialog _copts =
|
||||
Widget Fixed Fixed $ do
|
||||
c <- getContext
|
||||
render $
|
||||
withDefAttr borderAttr $ -- color help dialog like the borders
|
||||
renderDialog (dialog (Just "Help (?/LEFT/ESC to close)") Nothing (c^.availWidthL)) $ -- (Just (0,[("ok",())]))
|
||||
padAll 1 $
|
||||
vBox [
|
||||
|
Loading…
Reference in New Issue
Block a user