stride3d / stride3d/stride

Launcher dialog box using all screen width

Open
#3,438 2 comments 0 reactions 1 assignee View on GitHub

@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
Image

On monitor 2
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.