2
0
Martijn Laan 6 жил өмнө
parent
commit
9971730dd9

+ 1 - 1
Components/UniPs

@@ -1 +1 @@
-Subproject commit b624250b09c1ee450d109bcb64cea686133a018d
+Subproject commit 86b5b61f6542e6e5109ac65ef88fd1689ae8dbf7

+ 2 - 0
Examples/CodeClasses.iss

@@ -125,6 +125,8 @@ begin
   Panel.Height := Button.Height * 2;
   Panel.Caption := 'TPanel';
   Panel.Color := clWindow;
+  Panel.BevelKind := bkFlat;
+  Panel.BevelOuter := bvNone;
   Panel.ParentBackground := False;
   Panel.Parent := Page.Surface;