ramensoftware / windhawk-mods

The official collection of Windhawk mods
219 stars 43 forks source link

Windows 11 Start Menu Styler text cursor is displaced from its original location inside the text box #733

Open aashish108 opened 2 weeks ago

aashish108 commented 2 weeks ago

Hey there. There's an issue with the Windows 11 Start Menu Styler, the text cursor is off when the Windows menu is initially opened.

Mod version 1.1.3 Nothing of note in the logs Theme SideBySide23 Control styles: Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions Visibility=Collapsed Windows.UI.Xaml.Controls.Grid#SuggestionsParentContainer Visibility=Collapsed Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsListHeader Visibility=Collapsed

Mod Settings

{"theme":"SideBySide2","controlStyles[0].target":"Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions","controlStyles[0].styles[0]":"Visibility=Collapsed","resourceVariables[0].variableKey":"","resourceVariables[0].value":"","controlStyles[1].target":"Windows.UI.Xaml.Controls.Grid#SuggestionsParentContainer","controlStyles[1].styles[0]":"Visibility=Collapsed","controlStyles[2].target":"Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsListHeader","controlStyles[2].styles[0]":"Visibility=Collapsed","controlStyles[3].target":"StartMenu.PinnedList","controlStyles[3].styles[0]":"Height=504"}

cc: @m417z

image

image

Edit: SideBySide theme seems to not have this issue though! Its just SideBySide2.

LoneWolf993 commented 1 week ago

How did you remove the recommended section?

aashish108 commented 1 week ago

How did you remove the recommended section?

It's in the readme. You need 3 custom control styles:

target: Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions style: Visibility=Collapsed

target: Windows.UI.Xaml.Controls.Grid#SuggestionsParentContainer style: Visibility=Collapsed

target: Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsListHeader style: Visibility=Collapsed

target: StartMenu.PinnedList style:Visibility=Height=504