Changeset 255

Show
Ignore:
Timestamp:
08/29/08 15:58:23 (4 months ago)
Author:
tal
Message:
Typos.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphMultilineView.py

    r254 r255  
    9191        (sL, sB), (sW, sH) = NSScreen.mainScreen().frame() 
    9292        (vL, vB), (vW, vH) =  viewFrame 
    93         wT = sH - vB - wH - 40 
     93        vT = sH - vB - vH - 40 
    9494        w, h = self._nsObject.frame().size 
    95         x = wL + (w / 2) 
    96         y = wT + (h / 2) 
     95        x = vL + (w / 2) 
     96        y = vT + (h / 2) 
    9797        # open the view 
    9898        font = self._font()