From 7ef1ad19448670543bece35c3a6119e6a440c778 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Oct 2013 14:29:06 -0600 Subject: Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar --- apps/NxWidgets/Kconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'apps/NxWidgets/Kconfig') diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig index e1ca03169..2de112c3f 100644 --- a/apps/NxWidgets/Kconfig +++ b/apps/NxWidgets/Kconfig @@ -420,6 +420,28 @@ config NXWM_TASKBAR_WIDTH Task bar thickness (either vertical or horizontal). Default: 25 + 2*2 endif +config NXWM_TASKBAR_ICONSCALE + bool "Scale Icons" + default n + ---help--- + Enable scaling of icons in the task bar + +if NXWM_TASKBAR_ICONSCALE + +config NXWM_TASKBAR_ICONWIDTH + int "Icon Width (pixels)" + default 50 + ---help--- + Scaled width of each taskbar ICON in pixels. + +config NXWM_TASKBAR_ICONHEIGHT + int "Icon Height (rows)" + default 42 + ---help--- + Scaled height of each taskbar ICON in pixels. + +endif #NXWM_TASKBAR_ICONSCALE + config NXWM_DISABLE_MINIMIZE bool "Disable Minimize Button" default n -- cgit v1.2.3