fixed clear log context menu position

changend login dialogs background color

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-22 01:05:32 +00:00
parent 4c40d7beff
commit f17f7253f4
2 changed files with 251 additions and 181 deletions

View file

@ -471,5 +471,5 @@ void NetworkDialog::displayInfoLogMenu(const QPoint& pos) {
QMenu myLogMenu(this);
myLogMenu.addAction(ui.actionClearLog);
// XXX: Why mapToGlobal() is not enough?
myLogMenu.exec(mapToGlobal(pos)+QPoint(20,450));
myLogMenu.exec(mapToGlobal(pos)+QPoint(0,320));
}