mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Issue #22726: Re-activate config dialog help button with some content about
the other buttons and the new IDLE Dark theme.
This commit is contained in:
		
							parent
							
								
									1fdc80b55f
								
							
						
					
					
						commit
						d0cadba85f
					
				
					 2 changed files with 33 additions and 20 deletions
				
			
		|  | @ -21,7 +21,7 @@ def __init__(self, parent, title, text, modal=True, _htest=False): | |||
|         Toplevel.__init__(self, parent) | ||||
|         self.configure(borderwidth=5) | ||||
|         # place dialog below parent if running htest | ||||
|         self.geometry("=%dx%d+%d+%d" % (625, 500, | ||||
|         self.geometry("=%dx%d+%d+%d" % (750, 500, | ||||
|                            parent.winfo_rootx() + 10, | ||||
|                            parent.winfo_rooty() + (10 if not _htest else 100))) | ||||
|         #elguavas - config placeholders til config stuff completed | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Terry Jan Reedy
						Terry Jan Reedy