|
|
@ -84,7 +84,7 @@ void NotifierContainer::displayMessage(TQString title, TQString message, TQStrin
|
|
|
|
mTopOfStack = r.height();
|
|
|
|
mTopOfStack = r.height();
|
|
|
|
mRightOfStack = r.width();
|
|
|
|
mRightOfStack = r.width();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
TQSize popupSize = pop->sizeHint();
|
|
|
|
TQSize popupSize = pop->tqsizeHint();
|
|
|
|
mTopOfStack = mTopOfStack-popupSize.height();
|
|
|
|
mTopOfStack = mTopOfStack-popupSize.height();
|
|
|
|
if (mTopOfStack < 0) mTopOfStack = 0;
|
|
|
|
if (mTopOfStack < 0) mTopOfStack = 0;
|
|
|
|
leftCorner.setX(mRightOfStack-popupSize.width());
|
|
|
|
leftCorner.setX(mRightOfStack-popupSize.width());
|
|
|
|