-
Notifications
You must be signed in to change notification settings - Fork 19
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
GetContentWidth ignores padding #11
Comments
…ertialFrameSize() methods to include padding for extra cell height/width
Opened PR #16 implementing the fix specified here. I'm not familiar with the internals, but I note there are identical |
Im not sure what are we trying to achieve with this, I might be getting this wrong, if so please provide a working example to show the unwanted behaviour. @jon4hz As far as making things DRY, I will look deeper into this, everything could be a child of |
Hi, I noticed that the
GetContentWidth
method ignores the padding of the cells style.Is this intended?
If not the
getExtraWidth
method should be changed from:stickers/flexBoxCell.go
Lines 117 to 119 in d6bf5dc
To:
Same for
GetContentHeight()
The text was updated successfully, but these errors were encountered: