--- a/UI/NotificationWidget.py Sun Mar 16 19:21:20 2014 +0100 +++ b/UI/NotificationWidget.py Sun Mar 16 19:30:38 2014 +0100 @@ -103,8 +103,8 @@ super().show() - msh = self.minimumSizeHint() - self.resize(max(self.width(), msh.width()), msh.height()) + sh = self.sizeHint() + self.resize(max(self.width(), sh.width()), sh.height()) def mousePressEvent(self, evt): """