Skip to content

Conversation

@ndrew6075
Copy link
Contributor

Basically I had the "Show most used apps" turned off, which resulted in the "Most used" title being misaligned. This PR fixes it, my apologies!

@ndrew6075 ndrew6075 changed the title [URGENT] Align "Most used" text, enlarged the expand folder arrow, among other things in ModernStartMenu ModernStartMenu fixes Nov 2, 2025
@ndrew6075 ndrew6075 closed this Nov 2, 2025
@SandTechStuff
Copy link
Collaborator

Any reason this was closed?

@ndrew6075 ndrew6075 reopened this Nov 5, 2025
@ndrew6075
Copy link
Contributor Author

ndrew6075 commented Nov 5, 2025

@SandTechStuff Basically there were more broken stuff than what I initially expected, everything should be good now.

@SandTechStuff
Copy link
Collaborator

Some things I noticed:

{9D08DCB6-2A13-4ED3-8EAA-C1B35B989C24}

When "Show more tiles on Start" is enabled, the group name edit box does not grow.

{3A544656-5B55-4854-B411-F0DD0A25B3E8}

When the "All Apps" list is hidden from the main page, the seperate "All Apps" page's listview items are misaligned.

Do you want to try and fix these, or leave as-is for now? If you want to leave as-is, what about adding these configurations to the "Unsupported configurations/settings" list?

@ndrew6075
Copy link
Contributor Author

I'll try to fix them, it's probably because I used Width instead of MinWidth

@SandTechStuff
Copy link
Collaborator

image

Seems the applist is cut off on the right now.

image

Group name edit box's border extends a bit too much.

@ndrew6075
Copy link
Contributor Author

ndrew6075 commented Nov 10, 2025

For the app list, reverting from MinWidth back to Width will fix the issue but would cause different margins when "Show more tiles" is enabled/disabled, which isn't a huge issue.

For the group name text box, this happens because the bottom border isn't actually part of the textbox, the gray borders around it is. Setting the width using MinWidth doesn't work because the border's width is still larger than the textbox's width, and using Width would just ignores MaxWidth completely.

Right now there are 3 possible solutions:

  • Extend the textbox's width to match with the border.
  • Replace the gray borders with the bottom border.
  • Fix the bottom border only, and add "Show more tiles" into the unsupported configurations/settings list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants