adjust spacing of Border icons?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54322
    JohnG
    Participant

    Well, I broke down and used an sTitleBar component, using _wide_ images to create the spacing for each item.

    Thinking about the appearance of different skins, I imagine there's a way to define icon spacing using the Skin Editor. Someday, I'll take a look. I've been spoiled so far, by the ease of using the AC components as they come, straight out of the box.

    John

    #54332
    Support
    Keymaster

    This space may be changed in the SkinEditor, look attached image.

    Also, you can change it in run-time, after loading of the current skin:

    Code:
    procedure TForm1.sSkinManager1AfterChange(Sender: TObject);
    begin
    sSkinManager1.CommonSkinData.BISpacing := 24;
    sSkinManager1.RepaintForms;
    end;
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.