Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee='https://github.com/terryjreedy'closed_at=Nonecreated_at=<Date2022-04-06.16:20:04.905>labels= ['expert-IDLE', 'type-bug', '3.10']
title='Annoying white bar in IDLE (line 457 in sidebar.py)'updated_at=<Date2022-04-06.16:20:04.905>user='https://github.com/antudic'
I noticed there was a white bar to the left in my IDLE when I upgraded to 3.10, it stuck out like a soar thumb since I have a custom dark theme. This was not an issue with earlier versions. After scouring through the code I found the perpetrator to be a "padx=2" in sidebar.py on line 457. Changing this value from "2" to "0" fixes this issue.
Changing this line of code solves this issue and leaves the color choices up to the user, as intended.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: