Re: [Lazarus] Question about TCheckBox

2020-03-16 Thread Juha Manninen via lazarus
On Mon, Mar 16, 2020 at 4:34 PM Jean SUZINEAU via lazarus < lazarus@lists.lazarus-ide.org> wrote: > May be you can create a new component class, based on TPanel, in which > you place a TCheckbox with empty text and a TLabel at the position you > want ? > For temporary use you could just anchor a

Re: [Lazarus] Question about TCheckBox

2020-03-16 Thread Jean SUZINEAU via lazarus
May be you can create a new component class, based on TPanel, in which you place a TCheckbox with empty text and a TLabel at the position you want ? TCheckbox implementation is dependant on the widget set you use ("win32" I guess in your case), I don't think you can tune it easily. --

[Lazarus] Question about TCheckBox

2020-03-16 Thread frans via lazarus
Hi, I use Lazarus 2.04 on win10. I use a TCheckbox and want more space between Caption and square, Alignement is taLeftJustify and BidiMode is bdRightToLeft. The only way that works is adding an extra space left of the Caption. But is there not another way? I searched the internet  but I