mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
gh-78143: IDLE - fix settings dialog page label. (#96009)
'/Tab' should have been removed from the font page label when the tab-spaces setting was moved to the Windows page.
This commit is contained in:
parent
3adb4d864b
commit
f6b811059a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class ConfigDialog(Toplevel):
|
||||||
self.winpage = WinPage(note)
|
self.winpage = WinPage(note)
|
||||||
self.shedpage = ShedPage(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.highpage, text='Highlights')
|
||||||
note.add(self.keyspage, text=' Keys ')
|
note.add(self.keyspage, text=' Keys ')
|
||||||
note.add(self.winpage, text=' Windows ')
|
note.add(self.winpage, text=' Windows ')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue