Merge branch 'master' into irc-support
This commit is contained in:
@@ -82,8 +82,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