From e73fc0b37d5484de1f38de5f696d11a8678913c2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 2 Mar 2014 12:42:23 -0600 Subject: [PATCH] configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-frontends tools --- examples/nx/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/nx/Kconfig b/examples/nx/Kconfig index 59ee98a18..099f22332 100644 --- a/examples/nx/Kconfig +++ b/examples/nx/Kconfig @@ -82,6 +82,13 @@ config EXAMPLES_NX_RAWWINDOWS Use raw windows; Default is to use pretty, framed NXTK windows with toolbars. +config EXAMPLES_NX_TOOLBAR_HEIGHT + int "Tool bar height" + default 16 + depends on !EXAMPLES_NX_RAWWINDOWS + ---help--- + The height of the toolbar in the NXTK framed windows + config EXAMPLES_NX_EXTERNINIT bool "External Device Initialization" default n