summaryrefslogtreecommitdiff
path: root/apps/examples/nx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nx/Kconfig')
-rw-r--r--apps/examples/nx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/examples/nx/Kconfig b/apps/examples/nx/Kconfig
index 59ee98a18..099f22332 100644
--- a/apps/examples/nx/Kconfig
+++ b/apps/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