ui: use full narrow terminal width for help dialog
This commit is contained in:
parent
4ceda8f985
commit
8c32af581b
@ -41,7 +41,7 @@ helpDialog =
|
||||
Widget Fixed Fixed $ do
|
||||
c <- getContext
|
||||
render $
|
||||
renderDialog (dialog (Just "Help (?/LEFT/ESC to close)") Nothing (c^.availWidthL - 2)) $ -- (Just (0,[("ok",())]))
|
||||
renderDialog (dialog (Just "Help (?/LEFT/ESC to close)") Nothing (c^.availWidthL)) $ -- (Just (0,[("ok",())]))
|
||||
padTopBottom 1 $ padLeftRight 1 $
|
||||
vBox [
|
||||
hBox [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user