Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-07-14 20:39:40 -06:00
parent ae4ffd5d55
commit 86e75f5473

View File

@ -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).