Index: AAPClient/UI/DrieKnoppenScherm.pas =================================================================== diff -u -r143 -r144 --- AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 143) +++ AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 144) @@ -151,11 +151,13 @@ PopupScherm.pnlbtnActie1.Height := PopupScherm.pnlbtnActie1.Height + 60; fImagesScherm.ilAlgemeen64.GetIcon(ImageIndex1, PopupScherm.imgActie1.Picture.Icon); PopupScherm.pnlbtnActie1.VerticalAlignment := taAlignBottom; + PopupScherm.lblActie1.Align := alBottom; end; if ImageIndex2 >= 0 then begin PopupScherm.pnlbtnActie2.Top := PopupScherm.pnlbtnActie2.Top - 60; PopupScherm.pnlbtnActie2.Height := PopupScherm.pnlbtnActie2.Height + 60; fImagesScherm.ilAlgemeen64.GetIcon(ImageIndex2, PopupScherm.imgActie2.Picture.Icon); + PopupScherm.lblActie2.Align := alBottom; end;