diff --git a/shell_client.cpp b/shell_client.cpp index bd954d2e2a..24f2ce98a5 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -353,7 +353,7 @@ bool ShellClient::isMovableAcrossScreens() const bool ShellClient::isResizable() const { - return false; + return true; } bool ShellClient::isShown(bool shaded_is_shown) const