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

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

Removing the labels of the start menu apps title and removing the space that contains it #57

Open GithubIsAltF4 opened 1 month ago

bbmaster123 commented 1 month ago

If you are referring to the pinned apps, the target would be TextBlock#DisplayName and just set that to Visibility=Collapsed

GithubIsAltF4 commented 1 month ago

image Trying that results in this where it still leaves space for the labels

bbmaster123 commented 1 month ago

right so that space is removed, but the other targets don't just automatically resize to fit. Try adding this:

Target:
TextBlock#DisplayName
Styles:
Visibility=Collapsed

Target:
Windows.UI.Xaml.Controls.Grid#DroppedFlickerWorkaroundWrapper
Styles:
Height=64

Target:
Windows.UI.Xaml.Controls.Grid#DroppedFlickerWorkaroundWrapper > Windows.UI.Xaml.Controls.Border#BackgroundBorder
Styles:
Height=64
Width=64

image

itshkj commented 1 month ago

image Trying that results in this where it still leaves space for the labels

Alternatively you can try this,

Target:
Grid#LogoContainer
Styles:
Margin=0,12,0,0