FontHeight questions

simed

16-11-2011 14:36:59

1)In the LayoutEditor, I can't see a way to change the FontHeight of a Window's caption... the TextBox->FontHeight doesn't seem to do anything. Can LayoutEditor control this? If not, can I do it directly in the saved layout file? I know I can access the caption widget directly in code, but that's not ideal.

2)Is it possible to have font-height property recursively apply to children? For instance I wanted to change font-height for my menu... it seemed I had to manually do it every single menu-item individually. In my app I want to have a top menu which has default font-size, and menus on individual 'dialogs' which use a smaller font.