Re: How to make TCheckBox autosize work correctly on Linux?
Martin Wynne via fpc-pascal <[email protected]> Tue, 6 Jan 2026 21:33:27 +0000
| Newsgroups | gmane.comp.compilers.free-pascal.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Suggest: with checkbox do begin Autosize:=False; Caption:='new text'; Width:=ControlCanvas.TextWidth(Caption); end; Martin. _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal