From 219391b44aabd5974d7babfa071a09764fc51032 Mon Sep 17 00:00:00 2001 From: ondrej Date: Fri, 2 Dec 2016 23:10:31 +0000 Subject: [PATCH] lcl: forms: set TForm.DesignTimeDPI default value git-svn-id: trunk@53534 - --- lcl/forms.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/forms.pp b/lcl/forms.pp index df1207be9b..aa88597e58 100644 --- a/lcl/forms.pp +++ b/lcl/forms.pp @@ -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