Changeset 204

Show
Ignore:
Timestamp:
04/09/2008 10:40:46 PM (9 months ago)
Author:
funkiedamouse
Message:

Corrected Y coordinate calculation for menus.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0
      •  

        old new  
        11158 david.bronke@g33xnexus.com-20080410033651-t6ztiogf838wo17v 
         2159 david.bronke@g33xnexus.com-20080410034128-d43u08egfhaailvr 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-04-09 23:36:51.361999989 -0400 
         1timestamp: 2008-04-09 23:41:28.957999945 -0400 
        22committer: David Bronke <David.Bronke@g33xnexus.com> 
        33properties:  
  • trunk/plwm/menu.py

    r202 r204  
    101101            x = self.wm.current_screen.root_x + \ 
    102102                self.wm.current_screen.root_width/2-self.width/2 
    103             y = self.wm.current_screen.root_x + \ 
     103            y = self.wm.current_screen.root_y + \ 
    104104                self.wm.current_screen.root_height/2-self.height/2 
    105105