View Single Post
  #9  
Old 22-12-2018, 10:00
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
any idea how to change font size in vcl (skin.vsf)
it work with ISSkin like
WizardForm.CancelButton.Font.Height:=26;
WizardForm.CancelButton.Font.Style := [fsBold];
but using vcl the font is small and doesn't seem to change ?
Reply With Quote