Align centrally contact avatar in chat window.

cusax-fix
Yana Stamcheva 18 years ago
parent b9bf20cc84
commit 2a37f919a1

@ -38,6 +38,9 @@ public ContactPhotoLabel(int width, int height)
= ImageUtils.scaleIconWithinBounds( photoFrameImage,
width,
height);
this.setAlignmentX(CENTER_ALIGNMENT);
this.setAlignmentY(CENTER_ALIGNMENT);
}
/**

Loading…
Cancel
Save