summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-14 16:56:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-14 16:56:40 -0600
commitfbc35d5a9493c4475bc111a8dba1d24fe5a66622 (patch)
treeb7c989d8483983336d19cc2c0fdda1b1ce0d07f4 /NxWidgets/nxwm/include
parentcc0a93ea3c814ecca3ef021eea63b004ac37d137 (diff)
downloadnuttx-fbc35d5a9493c4475bc111a8dba1d24fe5a66622.tar.gz
nuttx-fbc35d5a9493c4475bc111a8dba1d24fe5a66622.tar.bz2
nuttx-fbc35d5a9493c4475bc111a8dba1d24fe5a66622.zip
Add larger images for media player. Also options to control spacing and borders on media player windows
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index d6202c066..c6781bcd5 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -632,6 +632,10 @@
# define CONFIG_NXWM_MEDIAPLAYER_BACKGROUNDCOLOR CONFIG_NXWM_DEFAULT_BACKGROUNDCOLOR
#endif
+#ifndef CONFIG_NXWM_MEDIAPLAYER_XSPACING
+# define CONFIG_NXWM_MEDIAPLAYER_XSPACING 16
+#endif
+
#ifndef CONFIG_NXWM_MEDIAPLAYER_ICON
# define CONFIG_NXWM_MEDIAPLAYER_ICON NxWM::g_mediaplayerBitmap
#endif