aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-04 02:56:02 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-04 02:56:02 +0000
commit78ec88998083a9678b3494747191fd67a17584c4 (patch)
tree49271c3ff2d8f2554449aeca8d8b8a07bfc6a6f1 /nuttx
parent06393922c3506c84a35107cfd3c37aaf95a852be (diff)
downloadpx4-firmware-78ec88998083a9678b3494747191fd67a17584c4.tar.gz
px4-firmware-78ec88998083a9678b3494747191fd67a17584c4.tar.bz2
px4-firmware-78ec88998083a9678b3494747191fd67a17584c4.zip
Update NxWM colors; remove NxWidgets shelving
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4698 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sim/nxwm/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index 2fbeb8fa3..b5ee1f5f9 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -532,8 +532,8 @@ CONFIG_NX_PACKEDMSFIRST=n
CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERWIDTH=4
-CONFIG_NXTK_BORDERCOLOR1=0x00a9a9a9
-CONFIG_NXTK_BORDERCOLOR2=0x00696969
+CONFIG_NXTK_BORDERCOLOR1=0x005a96bd
+CONFIG_NXTK_BORDERCOLOR2=0x00233a49
CONFIG_NXTK_AUTORAISE=n
CONFIG_NXFONT_SANS22X29=n
CONFIG_NXFONT_SANS23X27=y
@@ -565,6 +565,7 @@ CONFIG_NXWIDGETS_SERVERSTACK=16384
CONFIG_NXWIDGETS_LISTENERSTACK=8192
CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215)
CONFIG_NXWIDGETS_DEFAULT_SELECTEDBACKGROUNDCOLOR=MKRGB(206,227,241)
+CONFIG_NXWIDGETS_DEFAULT_SHADOWEDGECOLOR=MKRGB(35,58,73)
CONFIG_NXWM_TASKBAR_LEFT=y
CONFIG_NXWM_NXCONSOLE_STACKSIZE=8192