lcl: forms: set TForm.DesignTimeDPI default value

git-svn-id: trunk@53534 -
This commit is contained in:
ondrej 2016-12-02 23:10:31 +00:00
parent bef77cd46b
commit 219391b44a

View File

@ -666,7 +666,7 @@ type
property DefaultMonitor: TDefaultMonitor read FDefaultMonitor
write FDefaultMonitor default dmActiveForm;
property Designer: TIDesigner read FDesigner write FDesigner;
property DesignTimeDPI: Integer read FDesignTimeDPI write SetDesignTimeDPI;
property DesignTimeDPI: Integer read FDesignTimeDPI write SetDesignTimeDPI default 96;
property EffectiveShowInTaskBar: TShowInTaskBar read GetEffectiveShowInTaskBar;
property FormState: TFormState read FFormState;
property FormStyle: TFormStyle read FFormStyle write SetFormStyle