[issue47242] Annoying white bar in IDLE (line 457 in sidebar.py)

antudic report at bugs.python.org
Wed Apr 6 12:20:05 EDT 2022


New submission from antudic <antudic at protonmail.com>:

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.

----------
assignee: terry.reedy
components: IDLE
messages: 416883
nosy: antudic, terry.reedy
priority: normal
severity: normal
status: open
title: Annoying white bar in IDLE (line 457 in sidebar.py)
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47242>
_______________________________________


More information about the Python-bugs-list mailing list