Changeset 206
- Timestamp:
- 04/22/2008 07:44:47 PM (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (2 props)
-
plwm/panes.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 2 2 159 david.bronke@g33xnexus.com-20080410034128-d43u08egfhaailvr 3 3 160 david.bronke@g33xnexus.com-20080421182909-b69ojuc5wfkeiiul 4 161 david.bronke@g33xnexus.com-20080423004618-cialja7vve0p32xb
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-04-2 1 14:29:09.625999928-04001 timestamp: 2008-04-22 20:46:18.157000065 -0400 2 2 committer: David Bronke <David.Bronke@g33xnexus.com> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/plwm/panes.py
r202 r206 161 161 pane.width = self.root_width 162 162 pane.x = 0 163 if not hasattr(self, 'modewindow_pos'): 164 pane.height = self.root_height 165 pane.y = 0 166 else: 167 pane.height = self.root_height - self.modewindow_mw.height 168 if self.modewindow_pos != modewindow.TOP: pane.y = 0 169 else: pane.y = self.modewindow_mw.height 163 pane.height = self.root_height 164 pane.y = 0 170 165 171 166 def panes_configure(self, event):
