community
community copied to clipboard
padding: 3 causes crash
trafficstars
padding: 3 line here gives an error. i have to delete it every time i import kivy
Maintainer merge checklist
- [ ] Title is descriptive/clear for inclusion in release notes.
- [ ] Applied a
Component: xxxlabel. - [ ] Applied the
api-deprecationorapi-breaklabel. - [ ] Applied the
release-highlightlabel to be highlighted in release notes. - [ ] Added to the milestone version it was merged into.
- [ ] Unittests are included in PR.
- [ ] Properly documented, including
versionadded,versionchangedas needed.
Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.
Please re-open with a proper description of what this pr fixes, hopefully with a issue that explains in details and with a minimal code that can reproduce the issue.
Since TabbedPanel is based on GridLayout. The padding is supposed to be written like this: padding: 3, 0 or padding: 3, 0, 3, 0.