Skip to content
  • David Redondo's avatar
    Fix initial size of page download dialog · 20426cca
    David Redondo authored
    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
    20426cca