Pages loaded on startup are automatically sized to what is known to be the size. We need to make sure this size is set to the final size before restoring pages. We use QSettings to store the main window size, so just restore that first (or, don't initialize the page tree until later).
Pages loaded on startup are automatically sized to what is known to be the size. We need to make sure this size is set to the final size before restoring pages. We use
QSettings
to store the main window size, so just restore that first (or, don't initialize the page tree until later).