tuikit/core/widget.py
changeset 117 8680c2333546
parent 114 26c02bd94bd9
child 118 8c7970520632
--- a/tuikit/core/widget.py	Sun Feb 15 17:50:24 2015 +0100
+++ b/tuikit/core/widget.py	Mon Feb 16 21:17:43 2015 +0100
@@ -29,8 +29,6 @@
         #: Actual size. Modified by layout manager.
         self._size = Size(10, 10)
 
-        #: Requested position. Layout manager will use this when placing the widget.
-        self.posreq = Point()
         #: Requested size. Layout manager will use this when placing the widget.
         self.sizereq = Size(1, 1)
         #: Minimal size of widget. Widget will never be sized smaller than this.