summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NxWidgets/ChangeLog.txt5
-rw-r--r--apps/NxWidgets/Kconfig2
2 files changed, 5 insertions, 2 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index e7dede1b6..4a6985d76 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -448,4 +448,7 @@
Toolbar font ID can now be separately configured (2014-7-14).
* nxwm/src/cmediaplayer.cxx: Will not dynamically position player controls
based on the display and image sizes (2014-7-14).
-
+* nxwm/src/glyph_mediagrip30x30.cxx and glyph_mplayer_controls43x41.cxx: Add
+ larger images for the media player (2014-7-14).
+* Kconfig, nxwm/src/cmediaplayer.cxx: Add options to manage spacing of media
+ player buttons and borders vs. borderless buttons (2014-7-14).
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index 170d262f7..2bd8ea02d 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -1121,7 +1121,7 @@ if NXWM_MEDIAPLAYER
config NXWM_MEDIAPLAYER_XSPACING
int "Media Player Button Spacing"
- default 16
+ default 12
---help---
This is the space between play, forward, and reverse buttons in
units of pixels.