[wayland] Allow resizing on ShellClients
Needed to be able to put clients into quick tile mode.
This commit is contained in:
parent
9f91431e8c
commit
41af9c400c
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ bool ShellClient::isMovableAcrossScreens() const
|
|||
|
||||
bool ShellClient::isResizable() const
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ShellClient::isShown(bool shaded_is_shown) const
|
||||
|
|
Loading…
Reference in a new issue