mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 21:54:27 +02:00
14 lines
357 B
Diff
14 lines
357 B
Diff
Index: customdockform.inc
|
|
===================================================================
|
|
--- customdockform.inc (revision 20785)
|
|
+++ customdockform.inc (working copy)
|
|
@@ -58,6 +58,8 @@
|
|
BorderStyle := bsSizeToolWin;
|
|
DockSite := True;
|
|
FormStyle := fsStayOnTop;
|
|
+ DragMode := dmAutomatic;
|
|
+ DragKind := dkDock;
|
|
end;
|
|
|
|
// included by forms.pp
|