I have a weird thing happening. I have a base form and the font.size is set to 11. Now when I create a descendant from the inherited tab on File | New it sets the font.size to 9 and also changes the size of the form (smaller).
I have a weird thing happening. I have a base form and the font.size is set to 11. Now when I create a descendant from the inherited tab on File | New it sets the font.size to 9 and also changes the size of the form (smaller).
This is using Delphi Seattle. (Which brings me on to another issue - when I moved an application to Seattle from XE8 the font.sizes changed on the forms to much higher values)
(I have a weird feeling I might have asked this before)
Thanks
This is using Delphi Seattle. (Which brings me on to another issue - when I moved an application to Seattle from XE8 the font.sizes changed on the forms to much higher values)
(I have a weird feeling I might have asked this before)
Thanks
Use frame and you' ll be happier.
ReplyDeleteI share your feeling.
ReplyDeleteWenn you view your descendant form as text, start the dfm with "object MyDescendant: TMyDescendant" or "inherited MyDescendant: TMyDescendant"?
ReplyDeleteTurned off scaling and all was well - sort of
ReplyDelete