summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index a6346293f..e89b60d35 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/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).