Make the UserInfoPopup identify itself as a popup, hinting tiling window manager to not tile it

This commit is contained in:
Rasmus Karlsson
2018-06-19 20:29:58 +00:00
parent e28bc805f6
commit e32841ab81
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -28,6 +28,8 @@ UserInfoPopup::UserInfoPopup()
{
this->setStayInScreenRect(true);
this->setWindowFlag(Qt::Popup);
auto app = getApp();
auto layout = util::LayoutCreator<UserInfoPopup>(this).setLayoutType<QVBoxLayout>();