Index: VerpakkingsDefinitie/UI/Subscherm.pas =================================================================== diff -u -r583 -r593 --- VerpakkingsDefinitie/UI/Subscherm.pas (.../Subscherm.pas) (revision 583) +++ VerpakkingsDefinitie/UI/Subscherm.pas (.../Subscherm.pas) (revision 593) @@ -8,7 +8,7 @@ Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ActnList, Vcl.ImgList, Vcl.ExtCtrls, Soap.InvokeRegistry, Soap.Rio, Soap.SOAPHTTPClient, Data.DB, Datasnap.DBClient, Soap.SOAPConn, - Main, ApplicationContext; + Navigator, ApplicationContext; type TFormSubscherm = class(TForm) @@ -32,6 +32,9 @@ Self.ApplicationContext := ApplicationContext; BorderStyle := bsNone; // Subschermen hebben geen border + BevelKind := bkNone; + BevelInner := bvNone; + BevelOuter := bvNone; end; end.