Remove the overlay chat button since it doesn't really work.
This commit is contained in:
		
							parent
							
								
									1420265d06
								
							
						
					
					
						commit
						2ab9cd04dc
					
				@ -220,8 +220,8 @@ class Frame(object):
 | 
			
		||||
        box = ZoomBox(self._shell, self._popup_context)
 | 
			
		||||
        root.append(box)
 | 
			
		||||
 | 
			
		||||
        box = OverlayBox(self._shell)
 | 
			
		||||
        root.append(box, hippo.PACK_END)
 | 
			
		||||
        #box = OverlayBox(self._shell)
 | 
			
		||||
        #root.append(box, hippo.PACK_END)
 | 
			
		||||
 | 
			
		||||
        return panel
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user