--- a/UI/NotificationWidget.py Wed Mar 12 19:54:14 2014 +0100 +++ b/UI/NotificationWidget.py Thu Mar 13 19:21:25 2014 +0100 @@ -99,6 +99,9 @@ self.__timer.start() super().show() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def mousePressEvent(self, evt): """