From ea58465240cdf1702bc95b14457c9b2dbd5ee69d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 11 Oct 2020 21:16:48 +0200 Subject: [PATCH] Expand the selected bar --- app/ghcup/BrickMain.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ghcup/BrickMain.hs b/app/ghcup/BrickMain.hs index bfc8619..2bc3992 100644 --- a/app/ghcup/BrickMain.hs +++ b/app/ghcup/BrickMain.hs @@ -164,6 +164,7 @@ ui AppState { appData = AppData {..}, appSettings = as@(AppSettings {..}), ..} then emptyWidget else foldr1 (\x y -> x <+> str "," <+> y) $ notes ) + <+> (vLimit 1 $ fill ' ') ) printTag Recommended = Just $ withAttr "recommended" $ str "recommended"