From b7720c873e9ae223e271dc6f03b45d97740464b8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 4 May 2012 00:55:52 +0000 Subject: NxWM: Cleaned up a couple of icon images git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4697 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/nxwmconfig.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'NxWidgets/nxwm/include/nxwmconfig.hxx') diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx index 99383fe02..8ac45fc72 100644 --- a/NxWidgets/nxwm/include/nxwmconfig.hxx +++ b/NxWidgets/nxwm/include/nxwmconfig.hxx @@ -209,7 +209,7 @@ #endif /** - * At present, all icons are 25 pixels in "widgth" and, hence require a + * At present, all icons are 25 pixels in "width" and, hence require a * task bar of at least that size. */ @@ -224,11 +224,12 @@ /* Tool Bar Configuration ***************************************************/ /** * CONFIG_NXWM_TOOLBAR_HEIGHT. The height of the tool bar in each - * application window. Default: Same as the thickness of the task bar. + * application window. At present, all icons are 21 pixels in height and, + * hence require a task bar of at least that size. */ #ifndef CONFIG_NXWM_TOOLBAR_HEIGHT -# define CONFIG_NXWM_TOOLBAR_HEIGHT CONFIG_NXWM_TASKBAR_WIDTH +# define CONFIG_NXWM_TOOLBAR_HEIGHT (21+2*CONFIG_NXWM_TASKBAR_HSPACING) #endif /* Background Image **********************************************************/ -- cgit v1.2.3