Index: VerpakkingsDefinitie/UI/CustomPanelVerpakkingParameter.pas =================================================================== diff -u -r590 -r598 --- VerpakkingsDefinitie/UI/CustomPanelVerpakkingParameter.pas (.../CustomPanelVerpakkingParameter.pas) (revision 590) +++ VerpakkingsDefinitie/UI/CustomPanelVerpakkingParameter.pas (.../CustomPanelVerpakkingParameter.pas) (revision 598) @@ -65,9 +65,9 @@ Parent := Self; Left := 5; top := 20; - width := 100; - Constraints.MaxWidth := 100; - Anchors := [akLeft, akRight]; + width := 70; + Constraints.MaxWidth := 70; + Anchors := [akLeft]; AlignWithMargins := True; // Spacing tussen de controls end; end;