diff --git a/src/gui/guiaddtorrentmanager.cpp b/src/gui/guiaddtorrentmanager.cpp index 19cc5ce1b..8f0dfcce8 100644 --- a/src/gui/guiaddtorrentmanager.cpp +++ b/src/gui/guiaddtorrentmanager.cpp @@ -64,7 +64,8 @@ namespace delta.setY(0); dialogGeometry.translate(delta); - delta = screenGeometry.topLeft() - dialogGeometry.topLeft(); + const QPoint frameOffset {10, 40}; + delta = screenGeometry.topLeft() - dialogGeometry.topLeft() + frameOffset; if (delta.x() < 0) delta.setX(0); if (delta.y() < 0)