Owne / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Positioning of forms in ArdupilotmegaPlanner #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ArdupilotMega Planner opens its forms under my taskbar (I have it on the left 
side of the screen), so I'm always having to move them over to get at the menus 
on the left.

Setting the form locations like this:

                this.Location = new Point(screend.Left, screend.Top);

instead of to location (0,0) would make sure that the forms are always in the 
available screen area. The forms for the application screens that the main form 
invokes could also do a similar thing.

Original issue reported on code.google.com by philcole...@gmail.com on 3 Jan 2011 at 2:36

GoogleCodeExporter commented 8 years ago
ill see what i can do

Original comment by Meee...@gmail.com on 3 Jan 2011 at 9:29

GoogleCodeExporter commented 8 years ago

Original comment by Meee...@gmail.com on 3 Jan 2011 at 9:51