I run dual monitors, with a desktop size of 2560x1024 Nearly every "dialog" used by Lazarus is set poDesktopCenter, which splits right down the middle of my two monitors, leaving half the dialog on each monitor.
Is there anything that can be done to change this? Almost every piece of Linux software I run that pops up a centered dialog centers it to one monitor or the other automatically... Windows is another story, I can't get a darn thing to not bridge the center of the screen in Windows lol. I've tried every window position known to man with a test form... poDesktopCenter and poScreenCenter both do the same thing for me in both GTK1 and GTK2. They place the form centered vertically and pushed up against the edge of the screen at the split, but it doesn't split across both screens. So, for a window, I am unable to reproduce what's happening with the IDE. Dialogs I open such as showmessage() still bridge the center. -Tony
