- Added "select offset" button/functionality to frmLargeScaleCommand (fixes #56)

- Fixed frmFilter placement (fixes #57)
This commit is contained in:
2009-12-21 19:07:07 +01:00
parent 8976774665
commit 3ffe710c31
3 changed files with 141 additions and 13 deletions

View File

@@ -116,8 +116,8 @@ begin
upperLeft := frmMain.pcLeft.ClientToScreen(Point(frmMain.pcLeft.Width, 0));
lowerLeft := frmMain.pcLeft.ClientToScreen(Point(frmMain.pcLeft.Width,
frmMain.pcLeft.Height));
Left := upperLeft.x - 4;
Top := upperLeft.y - 4;
Left := upperLeft.x - 8;
Top := upperLeft.y - 8;
Height := lowerLeft.y - upperLeft.y;
SetWindowParent(Handle, frmMain.Handle);