Skip to content
Snippets Groups Projects
Commit d68b590f authored by Eugene Popov's avatar Eugene Popov
Browse files

Fix the playback bar is not aligned to the bottom in the FSM on Linux

The reason why the playback panel is not aligned to the bottom in fullscreen mode on Linux is because the desktop environment panels (like taskbar, topbar, etc.) set `struts` that limit the area over which the top-level window can be moved programmatically. To get around this, we need to tell the window to ignore window manager hints (by setting the Qt::X11BypassWindowManagerHint flag) and manually limit its movement.

BUG: 22563
parent e0a99d63
No related branches found
No related tags found
Loading
Pipeline #232753 failed with stages
in 19 minutes and 54 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment