Ignore:
Timestamp:
Jan 6, 2025, 11:00:03 AM (3 days ago)
Author:
chronos
Message:
  • Fixed: Scale charts line width.
  • Fixed: Item form made bigger to avoid showing scrollbars.
  • Fixed: Item form string control made shorter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCharts.pas

    r396 r400  
    7373    NewSeries := TLineSeries.Create(nil);
    7474    NewSeries.LinePen.Color := Color;
     75    NewSeries.LinePen.Width := Scale96ToScreen(1);
    7576    for X := 0 to TurnStats.Count - 1 do begin
    7677      if ComboBox1.ItemIndex = 0 then NewSeries.AddXY(X, TurnStats[X].OccupiedCells)
Note: See TracChangeset for help on using the changeset viewer.