Skip to content
Commit 6feb67b9 authored by David Redondo's avatar David Redondo 🏎
Browse files

Let the compositor size space filling panels

There were two issues preventing to let the compositor size such
panels:
- the window needs to be anchored on opposite edges, so LayerShellQt
  requests size 0 (meaning the compositor should deciude) in that dimension
- QtWayland currently will not size windows smaller than the requested
  minimum size. We can work around this by having a minimum size that's
  actually smaller than the screen dimension.
This fixes a horizontal and a vertical panel next to each other to no
longer overlap.
CCBUG:440571
parent 6c1fd21c
Pipeline #563990 failed with stage
in 15 minutes and 22 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment