tvplanit: New component icons by Roland Hahn. Adapt .res creation so that different icon sets can be selected.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8463 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-09 16:45:06 +00:00
parent 77c07d5f90
commit 8cdf18976d
177 changed files with 228 additions and 287 deletions

View File

@ -1547,7 +1547,7 @@ begin
inc(Result, RenderCanvas.TextWidth('33'));
with TVpDayViewOpener(FDayView) do
Result := Max(Result, dvDayUpBtn.Glyph.Width + dvDayDownBtn.Glyph.Width +
dvWeekUpBtn.Glyph.Width + dvWeekDownBtn.Glyph.Width);
dvWeekUpBtn.Glyph.Width + dvWeekDownBtn.Glyph.Width + 3*Scale96ToFont(4));
end;
procedure TVpDayViewPainter.FixFontHeights;