From 06a0e86e4048e894f218934e8a543f7d6bccefa8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 22 Apr 2013 08:01:43 -0600 Subject: [PATCH] Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen --- NxWidgets/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index 6f5f3e924..efa56a06c 100644 --- a/NxWidgets/Kconfig +++ b/NxWidgets/Kconfig @@ -428,6 +428,12 @@ config NXWM_DISABLE_MINIMIZE windows. If the buttons are small, it's easy to hit minimize button accidentally when trying to close an application. +config NXWM_TASKBAR_NO_BORDER + bool "Suppress Taskbar border" + default n + ---help--- + Suppress drawing a the border around the taskbar. + comment "Tool Bar Configuration" config NXWM_CUSTOM_TOOLBAR_HEIGHT