Expand the selected bar

This commit is contained in:
2020-10-11 21:16:48 +02:00
parent 7afd262b1b
commit ea58465240

View File

@@ -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"