From ee3ea73671085fc50d8cac44266a653c0abc3f4a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 12:12:02 -0600 Subject: [PATCH] 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 --- configs/sama5d4-ek/nxwm/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/sama5d4-ek/nxwm/defconfig b/configs/sama5d4-ek/nxwm/defconfig index 01ede6c98d9..83318652b25 100644 --- a/configs/sama5d4-ek/nxwm/defconfig +++ b/configs/sama5d4-ek/nxwm/defconfig @@ -1410,6 +1410,8 @@ CONFIG_NXWM_MEDIAPLAYER=y CONFIG_NXWM_MEDIAPLAYER_MEDIAPATH="/mnt/sdcard" CONFIG_NXWM_MEDIAPLAYER_XSPACING=12 CONFIG_NXWM_MEDIAPLAYER_YSPACING=16 +CONFIG_NXWM_MEDIAPLAYER_VOLUMESTEP=5 +# CONFIG_NXWM_MEDIAPLAYER_CUSTOM_COLORS is not set # CONFIG_NXWM_MEDIAPLAYER_BORDERS is not set #