-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A grid with a single column and fixed width n only hold n-1 characters #66
Comments
Here's the state of the grid widget; I suppose it might have something to do with the single spaces in the borderStyle property.
|
Thanks for the report! I don't think there's any problem with You can call Let me know if that fixes the problem. |
I added the |
The following code should render a grid with a single cell (fixed 80 width)
and its content of 80 1-width characters in a single line.
Expected
Actual
Removing one character from the content string makes the grid widget consume only a single line.
The text was updated successfully, but these errors were encountered: