Skip to content

Fix initial size of page download dialog

David Redondo requested to merge work/ghnsdialogsize into master

After reading the Qt Dialog code, I believe that by setting visible: true we were hitting setVisible to early when we did not have a contenItem and the dialog stays small even if we later set the contenItem. BUG:433726 FIXED-IN:5.21.3

Merge request reports