mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
IDE: sourceeditor: fix smallest value
git-svn-id: trunk@58336 -
This commit is contained in:
parent
c9d2b36693
commit
452ea18e69
@ -2330,7 +2330,7 @@ end;
|
||||
function TIDESynGutterMarks.GetImgListRes(const ACanvas: TCanvas;
|
||||
const AImages: TCustomImageList): TScaledImageListResolution;
|
||||
const
|
||||
AllowedHeights: array[0..5] of Integer = (5, 8, 11, 16, 22, 33, 44);
|
||||
AllowedHeights: array[0..6] of Integer = (5, 8, 11, 16, 22, 33, 44);
|
||||
var
|
||||
Scale: Double;
|
||||
PPI, LineHeight, I, ImageHeight: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user