Ignore:
Timestamp:
Jul 10, 2019, 10:46:20 PM (5 years ago)
Author:
chronos
Message:
  • Added: Hide player options applicatble only for computer player.
  • Modified: Better selection of player and nation colors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormList.pas

    r298 r300  
    276276    for I := 0 to ListView1.Columns.Count - 1 do begin
    277277      ListView1.Columns[I].Caption := Fields[I].Name;
    278       ListView1.Columns[I].Width := 100;
     278      ListView1.Columns[I].Width := Scale96ToScreen(100);
    279279    end;
    280280  finally
Note: See TracChangeset for help on using the changeset viewer.