Ignore:
Timestamp:
Feb 22, 2022, 11:07:27 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Improved compare dialog to show text compare of vcard data.
  • Modified: Both compare sides now have scrollbar synced.
  • Modified: Compare panels keep horizontal size ratio during window resize.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSource.pas

    r115 r121  
    77uses
    88  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ActnList, Menus,
    9   StdCtrls, SynEdit, SynHighlighterAny, UVCardHighlighter;
     9  StdCtrls, SynEdit, SynHighlighterAny, UVCardHighlighter, UCommon;
    1010
    1111type
     
    120120
    121121procedure TFormSource.UpdateTheme;
    122 const
    123   clLightBlue = TColor($FF8080);
    124   clLightGreen = TColor($80FF80);
    125   clLightRed = TColor($8080FF);
    126122var
    127123  C: TColor;
Note: See TracChangeset for help on using the changeset viewer.