From e4169d8c0b8812a0578c3f3630eefd93aa8ef690 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Jul 2014 18:22:18 -0600 Subject: [PATCH] SAMA5D4-EK: NxWM configuration uses large fonts by default --- configs/sama5d4-ek/nxwm/defconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/sama5d4-ek/nxwm/defconfig b/configs/sama5d4-ek/nxwm/defconfig index 319463c0db9..9987f371362 100644 --- a/configs/sama5d4-ek/nxwm/defconfig +++ b/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