Open ZIP button, instance name in status bar, description scroll bar #2813
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.
This pull request satisfies three minor GUI requests that came in recently.
Description scroll bar
Now if a module has a description (most don't), it will have a vertical scroll bar in case it's longer than the available space:
Fixes #2795.
Instance name in status bar
Now the status bar will show the game instance name and version:
German translation: Spielinstanz: whatever (KSP whatever)
Fixes #2807.
Open ZIP button on Contents tab of mod info
Now the Download button has an Open ZIP button next to it:
It becomes enabled when the module is cached:
Clicking it opens the ZIP file from the cache in your OS's archive browser (in this screenshot, whatever GNOME Shell uses):
German translation: ZIP öffnen
Fixes #2800.