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

A collection of commonly requested start menu styling customizations for Windows 11
113 stars 9 forks source link

Feature Request: Windows 11 Start Menu Style Wider (Windows Metro 10 Style) #86

Open iansalgado opened 2 weeks ago

iansalgado commented 2 weeks ago

Hi,

Windhawk - Wider Metro 10 Menu

Just wanted to know when using the "Windows 11 Start Menu Style" (windows 10 style)

Is there a way to make the windows wider ?

Thank You

Regards

bbmaster123 commented 2 weeks ago

are you on 23h2 or 24h2? Its no longer possible on 24h2, but on 23h2 you can set, for example:

Target: StartDocked.StartSizingFrame
Style: Width=800

note that lots of other elements would need to also be repositioned/widened. Best bet would be to copy the style code, and adjust the existing values as needed, then paste into the mod's advanced section and click save. That way it saves you the trouble of having to hunt down each element individually with uwpspy.

m417z commented 2 weeks ago

In 24H2, using MaxWidth instead of Width seems to work.

bbmaster123 commented 2 weeks ago

Cool thanks, that's very good to know!