Changeset 86
- Timestamp:
- Jan 16, 2017, 11:30:45 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Back.pas
r85 r86 44 44 LoadGraphicFile(img, HomeDir + 'Graphics' + DirectorySeparator + 'Background.png'); 45 45 end; 46 BoundsRect := Screen.MonitorFromWindow(Handle).BoundsRect;47 FormStyle := fsStayOnTop;48 46 end else begin 49 47 WindowState := wsNormal; -
trunk/LocalPlayer/Term.pas
r85 r86 7766 7766 Left := 0; 7767 7767 Top := 0; 7768 if FullScreen then begin7769 BoundsRect := Screen.MonitorFromWindow(Handle).BoundsRect;7770 FormStyle := fsStayOnTop;7771 end;7772 7768 end; 7773 7769
Note:
See TracChangeset
for help on using the changeset viewer.