diff --git a/src/gui/addnewtorrentdialog.cpp b/src/gui/addnewtorrentdialog.cpp index 89133e084..a2d9d49db 100644 --- a/src/gui/addnewtorrentdialog.cpp +++ b/src/gui/addnewtorrentdialog.cpp @@ -159,7 +159,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)