Changeset 141 for trunk/Packages


Ignore:
Timestamp:
Sep 10, 2022, 12:42:38 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Wrap main menu on small screens.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UCommon.pas

    r138 r141  
    321321  for I := 0 to List.Count - 1 do begin
    322322    Result := Result + List[I];
    323     if I > 0 then Result := Result + Separator;
     323    if I < List.Count - 1 then Result := Result + Separator;
    324324  end;
    325325end;
Note: See TracChangeset for help on using the changeset viewer.