From 157799cd6ecdf571c268cdb80aff8ab988535852 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Jul 2014 11:21:02 -0600 Subject: NxWM: Toolbar font ID can now be separately configured --- NxWidgets/nxwm/include/nxwmconfig.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NxWidgets/nxwm/include/nxwmconfig.hxx') diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx index 453ab0421..d6202c066 100644 --- a/NxWidgets/nxwm/include/nxwmconfig.hxx +++ b/NxWidgets/nxwm/include/nxwmconfig.hxx @@ -276,6 +276,12 @@ (CONFIG_NXWM_TASKBAR_ICONHEIGHT + 2*CONFIG_NXWM_TASKBAR_HSPACING) #endif +/* CONFIG_NXWM_TOOLBAR_FONTID overrides the default NxWM font selection */ + +#ifndef CONFIG_NXWM_TOOLBAR_FONTID +# define CONFIG_NXWM_TOOLBAR_FONTID CONFIG_NXWM_DEFAULT_FONTID +#endif + /* Background Image **********************************************************/ /** * CONFIG_NXWM_BACKGROUND_IMAGE - The name of the image to use in the -- cgit v1.2.3