https://bugs.kde.org/show_bug.cgi?id=430302
Paul <p...@paulfranz.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |p...@paulfranz.com --- Comment #5 from Paul <p...@paulfranz.com> --- I was able to reproduce this building 515589e with a fresh install of Ubuntu 20.04 running Xfce 4.14. Poking around in the source of dlg_buginfo.cpp, QGuiApplication::primaryScreen()->availableGeometry() calling .height() gave me 773 with the xfce's Panel in the way, 800 when I moved it. So I think it's reporting the expected value. It is passing this value to resize() on the Dialog. I believe this sets the size excluding the window frame. Most OSes seem to prevent dialog boxes from being too big. Xfce doesn't have that constraint which is causing this issue. -- You are receiving this mail because: You are watching all bug changes.