Browse Source

- Fixed right-click menu position in seeding list

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
0308825c11
  1. 2
      src/FinishedTorrents.cpp

2
src/FinishedTorrents.cpp

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

Loading…
Cancel
Save