mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 05:20:23 +02:00
lcl: forms: set TForm.DesignTimeDPI default value
git-svn-id: trunk@53534 -
This commit is contained in:
parent
bef77cd46b
commit
219391b44a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user