Browse Source

Must flatten more!

Martijn Laan 6 years ago
parent
commit
9971730dd9
2 changed files with 3 additions and 1 deletions
  1. 1 1
      Components/UniPs
  2. 2 0
      Examples/CodeClasses.iss

+ 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;