Changeset 193 for branches/highdpi/LocalPlayer/UnitStat.pas
- Timestamp:
- May 7, 2020, 7:05:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/UnitStat.pas
r179 r193 74 74 inherited; 75 75 AgePrepared := -2; 76 TitleHeight := Screen.Height;76 TitleHeight := DpiScreen.Height; 77 77 InitButtons(); 78 78 … … 171 171 else 172 172 begin 173 Left := ( Screen.Width - Width) div 2;174 Top := ( Screen.Height - Height) div 2;173 Left := (DpiScreen.Width - Width) div 2; 174 Top := (DpiScreen.Height - Height) div 2; 175 175 end; 176 176
Note:
See TracChangeset
for help on using the changeset viewer.