Make the UserInfoPopup identify itself as a popup, hinting tiling window manager to not tile it
This commit is contained in:
@@ -28,6 +28,8 @@ UserInfoPopup::UserInfoPopup()
|
||||
{
|
||||
this->setStayInScreenRect(true);
|
||||
|
||||
this->setWindowFlag(Qt::Popup);
|
||||
|
||||
auto app = getApp();
|
||||
|
||||
auto layout = util::LayoutCreator<UserInfoPopup>(this).setLayoutType<QVBoxLayout>();
|
||||
|
||||
Reference in New Issue
Block a user