-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Change cell height #197
Comments
Are you sure that your text size are not bigger than your cell height? You should always ask yourself that. Thanks for the code snippet ! I take this and make quick tests .. |
ohhh, it's a bug. I tried making bigger cell height where I am certain that the text would fit in but also didn't have better result. Definetly a bug. |
What I did to make cell higher |
oh wow. That is very good. At least taking the text height and then increasing the cell height. Pretty clever 👍 When we go in other direction (making the cell height smaller), we need to reduce the font size first, possibly the cell paddings also and then setting the height lower than former cell's text height. |
Hey, is there any news about this issue? |
Hello, I also should work with lower Cell-hight or padding. Do you know a workaround to get a compact table? |
Hello Everyone,
I have created BaseTable according to example from https://github.com/dhorions/boxable/wiki
Table looks fine
but when I want change cell height like this
cell.setHeight(5f);
Content is not drawn in cell
I was trying with changing row height, font size change, but it didn't help.
Do You know how to fix it?
The text was updated successfully, but these errors were encountered: