Hi,
Could you increase the max size in the resize of the Diagram Designer. I've set windows to scale to 125% and I can't see all the buttons in the diagram designer when I double click on a diagram in the IDE. Only a small thing but a bit annoying .
For example in DiagramDesign.pas
procedure TDiagramDesigner.FormResize(Sender: TObject);
begin
if Height <> 110 then
Height := 110;
end;