IDE: sourceeditor: fix smallest value

git-svn-id: trunk@58336 -
This commit is contained in:
ondrej 2018-06-19 16:52:12 +00:00
parent c9d2b36693
commit 452ea18e69

View File

@ -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;