Merge lp://qastaging/~fboucault/webbrowser-app/save_window_size into lp://qastaging/webbrowser-app/staging
Proposed by
Florian Boucault
Status: | Merged |
---|---|
Merged at revision: | 1620 |
Proposed branch: | lp://qastaging/~fboucault/webbrowser-app/save_window_size |
Merge into: | lp://qastaging/webbrowser-app/staging |
Diff against target: |
34 lines (+10/-4) 1 file modified
src/app/webbrowser/webbrowser-app.qml (+10/-4) |
To merge this branch: | bzr merge lp://qastaging/~fboucault/webbrowser-app/save_window_size |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Olivier Tilloy | Approve | ||
Review via email: mp+317467@code.qastaging.launchpad.net |
Commit message
Store and restore on startup the size of each window.
Description of the change
Store and restore on startup the size of each window.
To post a comment you must log in.
Wouldn’t it be better to pass width and height as properties to windowFactory. createObject( …) in restoreWindowSt ate(), instead of setting the properties after the window is created?