From ecf6eb2e2d9479d84034e715e8bd3a2851f52f41 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Jul 2014 16:56:40 -0600 Subject: [PATCH] Add larger images for media player. Also options to control spacing and borders on media player windows --- NxWidgets/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index 2f91b0308..170d262f7 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -1117,4 +1117,22 @@ config NXWM_MEDIAPLAYER NOTE: This application is currently under development and just a shell of an app which will be developed soon. +if NXWM_MEDIAPLAYER + +config NXWM_MEDIAPLAYER_XSPACING + int "Media Player Button Spacing" + default 16 + ---help--- + This is the space between play, forward, and reverse buttons in + units of pixels. + +config NXWM_MEDIAPLAYER_BORDERS + bool "Media Player Button Borders" + default n + ---help--- + If you have nice graphics, then borderless would probably be the + better choice. If you graphics is really more of a button label, + then have buttons with boarders might make more sense. + +endif # NXWM_MEDIAPLAYER endif # NXWM