diff options
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e2cba6b7a..3b5f493ca 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -2279,6 +2279,8 @@ void ToolBarMenu::showEvent(QShowEvent* event) pos.ry() = button->mapToGlobal(QPoint(0, 0)).y() - height(); } + pos += screen.topLeft(); + move(pos); } |
