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:
Terry Jan Reedy 2022-08-15 19:03:56 -04:00 committed by GitHub
parent 3adb4d864b
commit f6b811059a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ')