Index: AAPClient/UI/DrieKnoppenScherm.pas =================================================================== diff -u -r105 -r114 --- AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 105) +++ AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 114) @@ -93,11 +93,11 @@ begin PopupScherm := TfmPopupScherm.Create(self); PopupScherm.lblWaarschuwing.Caption := Melding; - PopupScherm.btnPopupActie.Caption := Actie1; + PopupScherm.pnlbtnActie1.Caption := Actie1; if Actie2 <> '' then begin - PopupScherm.btnPopupActie.Width := 78; - PopupScherm.btnPopupActie2.Visible := True; - PopupScherm.btnPopupActie2.Caption := Actie2; + PopupScherm.pnlbtnActie1.Width := 134; + PopupScherm.pnlbtnActie2.Visible := True; + PopupScherm.pnlbtnActie2.Caption := Actie2; end; result := PopupScherm.ShowModal; end;