Launcher dialog box using all screen width
Open
@Kryptos-FR is already working on this.
Since Sep 15, 2026.
area-Launcher
bug
good first issue
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Release Type: GitHub
Version: master
Describe the bug
I had a messagebox in launcher and the dialog box was a single line.
Dialog box ended up being larger than my 5K ultra-wide screen, OK button on another monitor
To Reproduce
Any long message do.
Example you can add in launcher:
await ServiceProvider.Get<IDialogService>().MessageBoxAsync(
string.Format(Strings.ErrorStartingProcess, e.FormatSummary(true)),
MessageBoxButton.OK, MessageBoxImage.Error);
Expected behavior
The text wraps inside a window of reasonable width.
Long content can be scrolled.
Screenshots
On monitor 1
On monitor 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.