From f00038fb5d7305298b9ff33d70e9134282d3e133 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Jul 2014 18:22:18 -0600 Subject: SAMA5D4-EK: NxWM configuration uses large fonts by default --- nuttx/configs/sama5d4-ek/nxwm/defconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nuttx/configs/sama5d4-ek/nxwm/defconfig b/nuttx/configs/sama5d4-ek/nxwm/defconfig index 319463c0d..9987f3713 100644 --- a/nuttx/configs/sama5d4-ek/nxwm/defconfig +++ b/nuttx/configs/sama5d4-ek/nxwm/defconfig @@ -1272,7 +1272,8 @@ CONFIG_NXWM=y # # NxWM General settings # -# CONFIG_NXWM_SYSTEM_CUSTOM_FONTID is not set +CONFIG_NXWM_LARGE_ICONS=y +# CONFIG_NXWM_CUSTOM_FONTID is not set CONFIG_NXWM_UNITTEST=y # @@ -1302,9 +1303,7 @@ CONFIG_NXWM_TASKBAR_HSPACING=8 CONFIG_NXWM_TASKBAR_LEFT=y # CONFIG_NXWM_TASKBAR_RIGHT is not set # CONFIG_NXWM_CUSTOM_TASKBAR_WIDTH is not set -CONFIG_NXWM_TASKBAR_ICONSCALE=y -CONFIG_NXWM_TASKBAR_ICONWIDTH=50 -CONFIG_NXWM_TASKBAR_ICONHEIGHT=42 +# CONFIG_NXWM_TASKBAR_ICONSCALE is not set # CONFIG_NXWM_DISABLE_MINIMIZE is not set # CONFIG_NXWM_TASKBAR_NO_BORDER is not set -- cgit v1.2.3