Re: [Lazarus] Changing default font size for all controls

2013-01-20 Thread zeljko
On Sunday 20 of January 2013 11:17:42 Michael Van Canneyt wrote: > On Sun, 20 Jan 2013, zeljko wrote: > > On Saturday 19 of January 2013 22:39:40 Krzysztof wrote: > >> Hi, > >> > >> By default controls has font size and height = 0, so size depend on OS > >> configuration. Can I change global size

Re: [Lazarus] Changing default font size for all controls

2013-01-20 Thread Krzysztof
Thanks, parent font did the trick! But TApplication.DefaultFont is good idea too (when we have many forms in project) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Changing default font size for all controls

2013-01-20 Thread Michael Van Canneyt
On Sun, 20 Jan 2013, zeljko wrote: On Saturday 19 of January 2013 22:39:40 Krzysztof wrote: Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height to custom value for my application? With qtlcl you have qtconfig utility

Re: [Lazarus] Changing default font size for all controls

2013-01-20 Thread zeljko
On Saturday 19 of January 2013 22:39:40 Krzysztof wrote: > Hi, > > By default controls has font size and height = 0, so size depend on OS > configuration. Can I change global size or height to custom value for my > application? With qtlcl you have qtconfig utility where you can set default fonts

Re: [Lazarus] Changing default font size for all controls

2013-01-19 Thread Sven Barth
On 19.01.2013 22:39, Krzysztof wrote: Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height to custom value for my application? By default all controls also have ParentFont = True set. This means that they use the font set

[Lazarus] Changing default font size for all controls

2013-01-19 Thread Krzysztof
Hi, By default controls has font size and height = 0, so size depend on OS configuration. Can I change global size or height to custom value for my application? Regards -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazaru