summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxtext/Kconfig')
-rw-r--r--apps/examples/nxtext/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
index 6b220b2a2..d7c6d507a 100644
--- a/apps/examples/nxtext/Kconfig
+++ b/apps/examples/nxtext/Kconfig
@@ -100,14 +100,14 @@ config EXAMPLES_NXTEXT_DEFAULT_FONT
if !EXAMPLES_NXTEXT_DEFAULT_FONT
config EXAMPLES_NXTEXT_BGFONTID
- bool "Background font ID"
+ int "Background font ID"
default 0
---help---
Selects the font used in the background window (see font ID numbers
in include/nuttx/nx/nxfonts.h)
config EXAMPLES_NXTEXT_PUFONTID
- bool "Pop-up font ID"
+ int "Pop-up font ID"
default 0
---help---
Selects the font used in the pop-up window (see font ID numbers