From 86e75f547397f5d64c1b55ab499e4cb8d7e9da4c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Jul 2014 20:39:40 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index e048e8248..2e8580fe9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -452,5 +452,8 @@ larger images for the media player (2014-7-14). * Kconfig, nxwm/src/cmediaplayer.cxx: Add options to manage spacing of media player buttons and borders vs. borderless buttons (2014-7-14). -* CNxWidgets::CImage: Fix setImageLeft and setImageTop methods. (2014-7-14). - +* NxWidgets::CImage: Fix setImageLeft and setImageTop methods (2014-7-14). +* NxWidget::CImage: Now supports helper methods to align images in the + widget region (2014-7-14). +* NxWM::CMediaPlayer now uses the new CImage methods to align media controls + in buttons (2014-7-14).