Fix initial size of page download dialog
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