From 3ef8d9fc8251cde28f0444974492ef6024804fd4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 23 Oct 2018 05:43:42 -0700 Subject: [PATCH] ui: color help dialog like the borders, make it pop --- hledger-ui/Hledger/UI/UIUtils.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-ui/Hledger/UI/UIUtils.hs b/hledger-ui/Hledger/UI/UIUtils.hs index 5e238ba8d..ee048e844 100644 --- a/hledger-ui/Hledger/UI/UIUtils.hs +++ b/hledger-ui/Hledger/UI/UIUtils.hs @@ -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 [