From f62f6b33f3eb94815189b4ffc2a036ccb3bdee37 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 12:14:35 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index a6346293f..e89b60d35 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -482,3 +482,9 @@ image (2014-7-17). * NxWM::CMediaPlayer: State variable was left in a bad state and caused some problems down the road (2014-7-17). +* NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider + height; the slider height is now provided as a parameter, replacing the + widget height which is now calculated from the glip image height + (2014-7-17). +* NxWM::CMediaPlayer: Now calculates the volume slider height from the grip + image height (2014-7-17).