Fix fullscreen mode and icon button clickability #11
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Public/castroix!11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/fix-pil-module-loading-issue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Application didn't launch in fullscreen mode and icon buttons were unclickable in fullscreen due to incorrect tkinter Button sizing.
Changes
-fullscreenattribute, add Escape key binding to exitwidth/heightparameters from image buttons (they specify pixels, not button size, interfering with click detection). Keep dimensions only for text-fallback buttonsRoot Cause
tkinter Button dimensions work differently for text vs images:
width/height= character countwidth/height= pixel constraints that conflict with image renderingPIL/Pillow import already had proper error handling; just needs
pip install -r requirements.txt.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.