You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user