Ignore:
Timestamp:
Jun 29, 2020, 5:53:08 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: TDpiControl.BorderSpacing scaling to fix scrollbars positioning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/LocalPlayer/Select.pas

    r265 r269  
    103103  Canvas.Font.Assign(UniFont[ftNormal]);
    104104  sb := TPVScrollbar.Create(Self);
    105   sb.SetBorderSpacing(36, 10, 36);
     105  sb.SetBorderSpacing(56, 10, 10);
    106106  sb.OnUpdate := ScrollBarUpdate;
    107107  InitButtons();
Note: See TracChangeset for help on using the changeset viewer.