Skip to content

Commit 67cc796

Browse files
committed
Sync Demo05
1 parent 670033c commit 67cc796

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Demos/Demo05/Unit1.dfm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ object Form1: TForm1
4949
Align = alBottom
5050
BevelOuter = bvNone
5151
TabOrder = 0
52-
ExplicitTop = 306
5352
object Button1: TButton
5453
Left = 6
5554
Top = 8

Demos/Demo05/Unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface
88
SysUtils, Classes,
99
Windows, Messages, Graphics, Controls, Forms, Dialogs,
1010
StdCtrls, ComCtrls, ExtCtrls,
11-
PythonEngine, PythonGUIInputOutput;
11+
PythonEngine, Vcl.PythonGUIInputOutput;
1212

1313
type
1414
TForm1 = class(TForm)

0 commit comments

Comments
 (0)