1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- Fixed right-click menu position in seeding list

This commit is contained in:
Christophe Dumez 2009-07-12 05:50:42 +00:00
parent 8c21ef5c04
commit 0308825c11

View File

@ -432,7 +432,7 @@ void FinishedTorrents::displayFinishedListMenu(const QPoint& pos){
// Call menu
// XXX: why mapToGlobal() is not enough?
myFinishedListMenu.exec(mapToGlobal(pos)+QPoint(10,58));
myFinishedListMenu.exec(mapToGlobal(pos)+QPoint(12,35));
}