community icon indicating copy to clipboard operation
community copied to clipboard

padding: 3 causes crash

Open MKaganUlker opened this issue 1 year ago • 1 comments
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: xxx label.
  • [ ] Applied the api-deprecation or api-break label.
  • [ ] Applied the release-highlight label to be highlighted in release notes.
  • [ ] Added to the milestone version it was merged into.
  • [ ] Unittests are included in PR.
  • [ ] Properly documented, including versionadded, versionchanged as needed.

MKaganUlker avatar Oct 03 '24 03:10 MKaganUlker

Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.

welcome[bot] avatar Oct 03 '24 03:10 welcome[bot]

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.

akshayaurora avatar Jan 08 '25 15:01 akshayaurora

Since TabbedPanel is based on GridLayout. The padding is supposed to be written like this: padding: 3, 0 or padding: 3, 0, 3, 0.

kuzeyron avatar Jan 08 '25 15:01 kuzeyron