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

This commit is contained in:
Gregory Nutt 2014-07-17 12:12:02 -06:00
parent bb6ba5198b
commit af65bd6732

View File

@ -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
#