summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-14 11:21:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-14 11:21:02 -0600
commit157799cd6ecdf571c268cdb80aff8ab988535852 (patch)
treebd1292212da5919bd66724750989fbfe5384da1e /NxWidgets/Kconfig
parentdfaebc058783564a1c858345eb86fab1014d9934 (diff)
downloadpx4-nuttx-157799cd6ecdf571c268cdb80aff8ab988535852.tar.gz
px4-nuttx-157799cd6ecdf571c268cdb80aff8ab988535852.tar.bz2
px4-nuttx-157799cd6ecdf571c268cdb80aff8ab988535852.zip
NxWM: Toolbar font ID can now be separately configured
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig21
1 files changed, 19 insertions, 2 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index 8495d0908..2f91b0308 100644
--- a/NxWidgets/Kconfig
+++ b/NxWidgets/Kconfig
@@ -562,6 +562,23 @@ config NXWM_TOOLBAR_HEIGHT
icons are selected
endif # NXWM_CUSTOM_TOOLBAR_HEIGHT
+
+config NXWM_TOOLBAR_CUSTOM_FONTID
+ bool "Use Custom Toolbar Font"
+ default n
+ ---help---
+ Set to override the NxWM default font id (NXWM_DEFAULT_FONTID).
+
+if NXWM_TOOLBAR_CUSTOM_FONTID
+
+config NXWM_TOOLBAR_FONTID
+ int "Toolbar Font ID"
+ default 0
+ ---help---
+ Use this default font ID in the NxConsole window instead of the
+ NxWM font ID (NXWM_DEFAULT_FONTID). Default: 0 (maybe invalid)
+
+endif # NXWM_TOOLBAR_CUSTOM_FONTID
endmenu # NxWM Toolbar Configuration
menu "NxWM Application Window Configuration"
@@ -713,7 +730,7 @@ config NXWM_NXCONSOLE_CUSTOM_FONTID
bool "Use Custom Default Font"
default n
---help---
- Set to override the system default font id (NXWM_DEFAULT_FONTID).
+ Set to override the NxWM default font id (NXWM_DEFAULT_FONTID).
if NXWM_NXCONSOLE_CUSTOM_FONTID
@@ -1074,7 +1091,7 @@ config NXWM_HEXCALCULATOR_CUSTOM_FONTID
bool "Use Custom Default Font"
default n
---help---
- Set to override the system default font id (NXWM_DEFAULT_FONTID).
+ Set to override the NxWM default font id (NXWM_DEFAULT_FONTID).
if NXWM_HEXCALCULATOR_CUSTOM_FONTID