mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
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:
parent
4c40d7beff
commit
f17f7253f4
2 changed files with 251 additions and 181 deletions
|
@ -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));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue