Skip to content

Simplify Placement::placeMaximizing()

Vlad Zahorodnii requested to merge work/zzag/place-maximizing-simplify into master

Window::maximize() maximizes the window regardless of size constraints. If the window can't be maximized, just fallback to the default (centered) placement policy.

Merge request reports