adjusted size of user switch popup

This commit is contained in:
fourtf
2019-09-08 12:43:12 +02:00
parent b14154a811
commit 4ec10e720c
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void WindowManager::showAccountSelectPopup(QPoint point)
w->refresh();
QPoint buttonPos = point;
w->move(buttonPos.x(), buttonPos.y());
w->move(buttonPos.x() - 30, buttonPos.y());
w->show();
w->setFocus();