mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +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 @@ def create_widgets(self): | ||||||
|         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
	
	 Terry Jan Reedy
						Terry Jan Reedy