summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-23 01:19:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-23 01:19:18 +0000
commit3524e9a2ad84254248b3b495246dd91b1c99e760 (patch)
tree34aa5b11893347a75fca444819833ad33e90e053 /NxWidgets/nxwm
parent7fba49ce75a6676efa2b425076138511672d5ae4 (diff)
downloadpx4-nuttx-3524e9a2ad84254248b3b495246dd91b1c99e760.tar.gz
px4-nuttx-3524e9a2ad84254248b3b495246dd91b1c99e760.tar.bz2
px4-nuttx-3524e9a2ad84254248b3b495246dd91b1c99e760.zip
Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4765 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index ad51e7884..46cfa7410 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -261,8 +261,8 @@
/**
* Horizontal and vertical spacing of icons in the task bar.
*
- * CONFIG_NXWM_STARTWINDOW_VSPACING - Vertical spacing. Default: 2 pixels
- * CONFIG_NXWM_STARTWINDOW_HSPACING - Horizontal spacing. Default: 2 rows
+ * CONFIG_NXWM_STARTWINDOW_VSPACING - Vertical spacing. Default: 4 pixels
+ * CONFIG_NXWM_STARTWINDOW_HSPACING - Horizontal spacing. Default: 4 rows
* CONFIG_NXWM_STARTWINDOW_ICON - The glyph to use as the start window icon
* CONFIG_NXWM_STARTWINDOW_MQNAME - The well known name of the message queue
* Used to communicated from CWindowMessenger to the start window thread.
@@ -280,11 +280,11 @@
*/
#ifndef CONFIG_NXWM_STARTWINDOW_VSPACING
-# define CONFIG_NXWM_STARTWINDOW_VSPACING (2)
+# define CONFIG_NXWM_STARTWINDOW_VSPACING (4)
#endif
#ifndef CONFIG_NXWM_STARTWINDOW_HSPACING
-# define CONFIG_NXWM_STARTWINDOW_HSPACING (2)
+# define CONFIG_NXWM_STARTWINDOW_HSPACING (4)
#endif
/**