sorlok / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 0 forks source link

WZ's word window "clings" to the top-left of the screen. #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#WZ 1.7
For some reason, certain applications (Desktop, Firefox) have WaitZar
appearing on the far top-left of the desktop. We should modify the code
like so:

If the word window will appear out-of-bounds, then
  Move it to a nice location near the center of the screen.
End If

Original issue reported on code.google.com by seth.h...@gmail.com on 17 May 2009 at 4:02

GoogleCodeExporter commented 9 years ago
Fixed. It should also catch windows that are too far to the right (but it 
doesn't
always do this... I think the sentence window can overflow, for instance). 
Still,
it's much better than before, and it always catches the "to the left" issue 
reported.
Marking closed.

Original comment by seth.h...@gmail.com on 1 Jun 2009 at 8:42