Author: johannes
Date: 2006-12-18 07:53:52 -0600 (Mon, 18 Dec 2006)
New Revision: 9169
Modified:
trunk/gnue-forms/src/uidrivers/curses/widgets/page.py
Log:
Don't add row-offset twice for positioned layout
Modified: trunk/gnue-forms/src/uidrivers/curses/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/curses/widgets/page.py 2006-12-15
10:18:39 UTC (rev 9168)
+++ trunk/gnue-forms/src/uidrivers/curses/widgets/page.py 2006-12-18
13:53:52 UTC (rev 9169)
@@ -75,7 +75,7 @@
for child in self._children:
child.left = child.chr_x
- child.top = child.chr_y
+ child.top = child._gfObject.Char__y
child.set_size_and_fit(child.chr_w, child.chr_h)
else:
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue