adjusted size of user switch popup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user