From ed011dd1a9bbdedc5eb020dd11ba43bb52686bdb Mon Sep 17 00:00:00 2001 From: davipt Date: Thu, 20 Jun 2002 19:36:25 +0000 Subject: missing commit --- (limited to 'core/applets/irdaapplet/irda.cpp') diff --git a/core/applets/irdaapplet/irda.cpp b/core/applets/irdaapplet/irda.cpp index 5b23330..d986df4 100644 --- a/core/applets/irdaapplet/irda.cpp +++ b/core/applets/irdaapplet/irda.cpp @@ -195,8 +195,11 @@ void IrdaApplet::mousePressEvent( QMouseEvent *) { menu->insertItem( tr("Enable Receive"), 4 ); } - QPoint p = mapToGlobal( QPoint(1, menu->sizeHint().height()-1) ); - ret = menu->exec(p, 2); + QPoint p = mapToGlobal ( QPoint ( 0, 0 )); + QSize s = menu-> sizeHint ( ); + ret = menu->exec( QPoint ( + p. x ( ) + ( width ( ) / 2 ) - ( s. width ( ) / 2 ), + p. y ( ) - s. height ( ) ), 0); qDebug("ret was %d\n", ret); -- cgit v0.9.0.2