macos_ui icon indicating copy to clipboard operation
macos_ui copied to clipboard

chore: allow customising window handle safe area padding

Open junaid1460 opened this issue 8 months ago • 4 comments

Situation: We should be able to use toolbar within sub view and that need not have this padding

Solution: Let end dev customise this padding

Pre-launch Checklist

  • [ ] I have incremented the package version as appropriate and updated CHANGELOG.md with my changes
  • [ ] I have added/updated relevant documentation
  • [ ] I have run "optimize/organize imports" on all changed files
  • [ ] I have addressed all analyzer warnings as best I could

junaid1460 avatar Oct 15 '23 14:10 junaid1460

Still a draft, I will write tests and let you know when it's ready.

junaid1460 avatar Oct 15 '23 14:10 junaid1460

@junaid1460 I assume this aims to address #359?

GroovinChip avatar Oct 15 '23 17:10 GroovinChip

@junaid1460 I assume this aims to address #359?

No, I didn't look at it before this, I just tried this library and found this padding blocking my design goal, it was hardcoded. Great if it solves that too. from what I read, it should.

junaid1460 avatar Oct 15 '23 20:10 junaid1460

I have made couple of more changes. un related to original change, pulldown button isn't customizable right now

junaid1460 avatar Nov 20 '23 19:11 junaid1460