You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The border around the help view, here, is rendered only to show that there is a 4 space-char wide padding on the right of the right-most column.
This matches exactly the FullSeparator string width, and after reading the code, it seems clear to me that the separator is added even at the end of a line, when no other help key description follow: here.
I don't know if this is the expected/desired behavior, but in my case this causes the misalignment shown by the screenshot above.
I solved fixed it by adding a left margin that is exactly equal to the rendered width of the full separator (4) in the meantime.
The text was updated successfully, but these errors were encountered:
Setup
Using the help bubble, I noticed that I couldn't properly align horizontally a multi-column (full) help view.
See the following example:
The whole view is horizontally centered inside a fullscreen buffer, using:
The border around the help view, here, is rendered only to show that there is a 4 space-char wide padding on the right of the right-most column.
This matches exactly the
FullSeparator
string width, and after reading the code, it seems clear to me that the separator is added even at the end of a line, when no other help key description follow: here.I don't know if this is the expected/desired behavior, but in my case this causes the misalignment shown by the screenshot above.
I
solvedfixed it by adding a left margin that is exactly equal to the rendered width of the full separator (4
) in the meantime.The text was updated successfully, but these errors were encountered: