New submission from antudic <antu...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue47242>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to