[Twisted-Python] stop twitching unittest window
    Jeff Epler 
    jepler at unpythonic.net
       
    Thu Oct 17 20:19:52 MDT 2002
    
    
  
--- unittestgui.py.orig	Thu Oct 17 21:12:41 2002
+++ unittestgui.py	Thu Oct 17 21:13:31 2002
@@ -217,7 +217,7 @@
         # Status bar
         statusFrame = tk.Frame(self.top, relief=tk.SUNKEN, borderwidth=2)
         statusFrame.pack(anchor=tk.SW, fill=tk.X, side=tk.BOTTOM)
-        tk.Label(statusFrame, textvariable=self.statusVar).pack(side=tk.LEFT)
+        tk.Label(statusFrame, textvariable=self.statusVar, width=80, anchor="w").pack(side=tk.LEFT)
 
 	# Area to enter name of test to run
         leftFrame = tk.Frame(self.top, borderwidth=3)
    
    
More information about the Twisted-Python
mailing list