function TTBXColorItemViewer.GetImageSize: TSize;
begin
if IsToolbarStyle then
begin
Result.CX := 12;
Result.CY := 12;
end
begin
else
Result.CX := 16;
Result.CY := 16;
end;
end;
If you mix use TTBXColorItem and TTBXItem, and TTBXToolbar.Images is not a 1616 icons.
It really ugly in some themes(TTBXToolbar.Images is 24 24).
Can you make TTBXColorItem image size can be set from a property or auto adapt TTBXToolbar.Images size.
I found TTBXColorItem image size is fixed to 16.
If you mix use TTBXColorItem and TTBXItem, and TTBXToolbar.Images is not a 1616 icons. It really ugly in some themes(TTBXToolbar.Images is 24 24). Can you make TTBXColorItem image size can be set from a property or auto adapt TTBXToolbar.Images size.