EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

TaskDialog Demo #13

Closed PeterPanino closed 7 months ago

PeterPanino commented 8 months ago

This is the TaskDialog Demo at run-time:

image

Can you please provide a better layout? Thank you for the StyledComponents library - you are great!

carloBarazzetta commented 8 months ago

try to remove those lines from Loaded method and give me a feedback:

procedure TMainForm.Loaded;
begin
  //Font.Assign(Screen.IconFont);
  //Screen.MessageFont.Assign(Font);
  inherited;
end;
carloBarazzetta commented 7 months ago

Fixed in last 3.3.0 version