pyscripter / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
26 stars 11 forks source link

SynEditOptionsDialog.dfm - the form's height is not enough #86

Closed dados closed 4 months ago

dados commented 4 months ago

Hi,

If you open the SynEditOptionsDialog unit and look at the form you will see that the forms height is not enough for the OK and Cancel button to be visible.

dados commented 4 months ago

Here is my modification of the form. I noticed that some labels like in the Options tab where not long enough and other where a bit tight. So I made some additional alignment changes within the form. Please use it if it suites you

SynEditOptionsDialog.zip

pyscripter commented 4 months ago

I have committed your changes (minus Explicit and DesignSize properties).