Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar
This commit is contained in:
parent
52993dc0d3
commit
efceac559e
@ -420,6 +420,28 @@ config NXWM_TASKBAR_WIDTH
|
|||||||
Task bar thickness (either vertical or horizontal). Default: 25 + 2*2
|
Task bar thickness (either vertical or horizontal). Default: 25 + 2*2
|
||||||
endif
|
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
|
config NXWM_DISABLE_MINIMIZE
|
||||||
bool "Disable Minimize Button"
|
bool "Disable Minimize Button"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user