mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
LCL: don't add scrollbars to calendar dialog
git-svn-id: trunk@16825 -
This commit is contained in:
parent
116b83b78c
commit
2d5ba04966
@ -1233,6 +1233,7 @@ begin
|
||||
DF.Caption:=DialogTitle;
|
||||
DF.Position:=DialogPosition;
|
||||
DF.BorderStyle:=bsDialog;
|
||||
DF.AutoScroll:=false;
|
||||
//DF.AutoSize:=true;
|
||||
|
||||
FCalendar:=TCalendar.Create(DF);
|
||||
|
Loading…
Reference in New Issue
Block a user