Wireshark-commits: [Wireshark-commits] rev 45370: /trunk/ui/gtk/ /trunk/ui/gtk/: gui_utils.c

Date: Sun, 07 Oct 2012 17:16:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45370

User: cmaynard
Date: 2012/10/07 10:16 AM

Log:
 This is an attempt to improve the default window placement position when there's more than one monitor and Wireshark's main window isn't located on the primary monitor.  New windows will now open on the same monitor as Wireshark's main window, at a fixed location slightly offset from the main window.  Previously, new windows would always open on the primary monitor regardless of the monitor that Wireshark was on.  Note that this is only the default position and future patches will likely cause many windows to change this position.  Further usage/feedback will determine if this is a good temporary stategy or not.  It *may* help obviate the need to save every window's x,y & size though.

Directory: /trunk/ui/gtk/
  Changes    Path           Action
  +25 -1     gui_utils.c    Modified