From dfc276a4b98297c70fe1c324c297601b18231f74 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 14 May 2011 23:23:22 +0200 Subject: Breaking poezio is a bad thing --- src/windows.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/windows.py b/src/windows.py index c7c3bfa2..df361ed8 100644 --- a/src/windows.py +++ b/src/windows.py @@ -68,9 +68,8 @@ class Win(object): if not self._win: self._win = curses.newwin(height, width, y, x) else: - if height > 5 and width > 40: - self._win.resize(height, width) - self._win.mvwin(y, x) + self._win.resize(height, width) + self._win.mvwin(y, x) def resize(self, height, width, y, x): """ -- cgit v1.2.3