Re: [Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread Graeme Geldenhuys
2009/11/2 Howard Page-Clark : > Is there a cross-platform way to code such fancily formatted > strings which would ensure they are centred and non-overlapping and so > avoid altogether the need to hard-code pixel positions and text > lengths? Yes, it's called "layout managers". Something most Linu

Re: [Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread wile64
Changed now ! 2009/11/2 Howard Page-Clark > Under Windows (XP SP3) the Version page of Lazarus' About dialog does > not display correctly, with 'Lazarus' text obscuring 'Free Pascal' (see > attached screenshot). > By amending the OnPaint method of the PaintBox1 control in > \lazarus\ide\aboutfrm

[Lazarus] Version page of Lazarus 'About' dialog

2009-11-02 Thread Howard Page-Clark
Under Windows (XP SP3) the Version page of Lazarus' About dialog does not display correctly, with 'Lazarus' text obscuring 'Free Pascal' (see attached screenshot). By amending the OnPaint method of the PaintBox1 control in \lazarus\ide\aboutfrm.pas as follows: procedure TForm1.PaintBox1Paint(Sende