TsDBGrid row and column lines too pronounced in dark skins

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36288
    HeDiBo
    Participant

    The row and column lines in a light skin, are subtle gray lines.

    [attachment=6885:AcGridlinesLight.jpg]

    However, in darker skins, the lines suddenly appear very heavy.

    [attachment=6884:AcGridlinesDarkt.jpg]

    Can we go to subtle lines there too?

    #52458
    Support
    Keymaster

    Hi

    I'll try to improve it in the nearest release.

    #52479
    HeDiBo
    Participant

    It has gotten worse!! 😡

    Now only the dark skins have subtle lines. The majority of the skins (the light ones) all have heavy lines. That was OK previously, now it's horrible,

    #52480
    HeDiBo
    Participant

    'HeDiBo' wrote:

    Now only the dark skins have subtle lines. The majority of the skins (the light ones) all have heavy lines. That was OK previously, now it's horrible,

    You get more subtle lines if you make this change to acDBGrid:

    Code:
    Line 1363:
    // Canvas.Pen.color := MixColors(SkinData.SkinManager.Palette[pcEditText], SkinData.SkinManager.Palette[pcEditBG], 0.3);
    Canvas.Pen.color := MixColors(SkinData.SkinManager.Palette[pcEditText], SkinData.SkinManager.Palette[pcEditBG], 0.15);

    But for lighter skins I would even prefer a 0.1 factor, where dark skins could do with the 0.3 factor.

    The problem is that our eyes are not linear for differences between dark shades and light shades.

    I also tried other base colors but did not find two colors that had the sought after effect for all skins.

    #52509
    Support
    Keymaster

    I'll check it.

    #53108
    HeDiBo
    Participant
    'Support' wrote:

    I'll check it.

    Solved in 9.20 :a3:

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.