Bug ID |
10950
|
Summary |
Qt UI - Gratuitous window resize at startup
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The Qt UI shows the main window before we load "recent_common", which stores
the last saved window geometry. As a workaround I added an animation effect
that moves and resizes the main window once we do load "recent_common". On a
multiple monitor setup this means that Wireshark can leap from one screen to
another as it starts up.
A better solution would be to load recent.gui_geometry_main_* before the main
window is shown and remove the animation effects from
MainWindow::loadWindowGeometry.
You are receiving this mail because:
- You are watching all bug changes.