SynEdit leaves two pixels between the Gutter and the text unused and painted by the editor background. It is used in the calculation of fTextOffset and other places.
The number of 2 is hardcoded (magic number) and not PPI scaled.
Make it a field and PPI scale it.
SynEdit leaves two pixels between the Gutter and the text unused and painted by the editor background. It is used in the calculation of fTextOffset and other places.
The number of 2 is hardcoded (magic number) and not PPI scaled.
Make it a field and PPI scale it.