Changeset 622 for trunk/NoTerm.pas


Ignore:
Timestamp:
Sep 15, 2024, 10:04:45 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Show windows by default on primary screen if multiple monitors present.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NoTerm.pas

    r549 r622  
    8787procedure TNoTermDlg.FormCreate(Sender: TObject);
    8888begin
    89   Left := Screen.Width - Width - 8;
    90   Top := 8;
     89  BoundsRect := Bounds(Screen.PrimaryMonitor.Left + Screen.PrimaryMonitor.Width - Width - 8,
     90    8, Width, Height);
    9191  Caption := Phrases.Lookup('AIT');
    9292  Canvas.Brush.Style := TBrushStyle.bsClear;
Note: See TracChangeset for help on using the changeset viewer.