mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
'/Tab' should have been removed from the font page label
when the tab-spaces setting was moved to the Windows page.
(cherry picked from commit f6b811059a
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
8bd7a0b581
commit
d55a775ac2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class ConfigDialog(Toplevel):
|
|||
self.winpage = WinPage(note)
|
||||
self.shedpage = ShedPage(note)
|
||||
|
||||
note.add(self.fontpage, text='Fonts/Tabs')
|
||||
note.add(self.fontpage, text=' Fonts ')
|
||||
note.add(self.highpage, text='Highlights')
|
||||
note.add(self.keyspage, text=' Keys ')
|
||||
note.add(self.winpage, text=' Windows ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue