Auto-size new repo popup to fit rows in list#4543
Merged
Merged
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
7d2f143 to
4c2bc41
Compare
This was referenced Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
providesprompts, all of which were sorted lexicographically by name because we don't know their download counts. This meant the default was the 16K graphics, but I wanted to install the smallest ones. When I uninstalled and installed over and over for testing, I had to keep re-selecting the mod I picked last time.Problems
santanareported that trying to remove TweakScale and install TweakScaleRescaled gets the user stuck at the recommendations screen with a disabled Continue buttonprovidesprompts to resolve, the screen flickers noticeably in between prompts when you click ContinueCauses
toUninstalllist, which meant auto-removable mods were no longer being passed to the recommendations screen. When that screen's conflict checker ran, it discovered that TweakScaleRescaled conflicted with Recall, since it didn't know that Recall was going to be removed.Changes
Fixes [Feature]: Increase the height of the add metadata repository list #4541.
app.manifestis added and ourApp.configis updated with properties that various online tutorials say should enable proper scaling (butDeviceDpiis still always 96, so I have my doubts; luckilyGraphics.DpiXandGraphics.DpiYseem to be accurate)SetProcessDPIAwareto tell Windows to turn off its blurry auto-scaling and let us handle itprovidesprompt sorts cached mods above uncached mods, so the default will be whatever you picked last time in most cases when reinstalling