ramensoftware/windows-11-start-menu-styling-guide

Missing Customization: How to resize start button?

Opened this issue · 3 comments

I changed the start button icon and I think its too big, is there a way to change the size of the start button??

there's a few ways, but I'd recommend setting Height=40
40 being number of pixels tall of course, change that to whatever number gives the result you want. you can also use a percentage like Height=40%

you can set Width as well, but its not necessary unless you want to stretch or squish an image

where do i put that? is it the same target?

Like ;

Target: Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel > Border#BackgroundElement

Style: height=40

yes exactly :)