Changeset 416
- Timestamp:
- Feb 24, 2019, 8:04:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ConfigApps/MainFormUnit.pas
r414 r416 347 347 LoadCurrentSettings; 348 348 349 if Width > Screen.Width then 350 Width := Screen.Width; 351 if Height > Screen.Height then 352 Height := Screen.Height; 353 Left := ( Screen.Width - Width ) div 2; 354 Bottom := ( Screen.Height - Height ) div 2; 355 349 356 end; 350 357
Note:
See TracChangeset
for help on using the changeset viewer.