Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error reporting window is not resized. #7304

Open
1 task done
Gabrielxd195 opened this issue Jun 4, 2024 · 1 comment
Open
1 task done

The error reporting window is not resized. #7304

Gabrielxd195 opened this issue Jun 4, 2024 · 1 comment
Labels

Comments

@Gabrielxd195
Copy link

System Information

Debian Sid Cinnamon

LMMS Version(s)

Nightly Version

Most Recent Working Version

Versión 1.3.0-alpha.1.629+g43fbcca9c (Linux/x86_64, Qt 5.12.8, GCC 9.4.0).

Bug Summary

The lmms error report window does not resize or have a slider to view all error reports, but rather takes up the entire screen and cannot be viewed on low resolution screens.
LMMS Error Report no es redimensionable ni se puede deslizar

Expected Behaviour

That the error report window has a slider and that it is resizable to be able to read all the error reports.

Steps To Reproduce

1- Open or create a project with many tracks.
2- Change the path of the samples to reproduce the error.
3- The error reporting window will occupy the entire screen depending on the number of errors reported.

Logs

Click to expand
  

Screenshots / Minimum Reproducible Project

No response

Please search the issue tracker for existing bug reports before submitting your own.

  • I have searched all existing issues and confirmed that this is not a duplicate.
@regulus79
Copy link
Contributor

We currently use QMessageBox to make the wanring/error windows, which is a default class in Qt. From my research, it seems that if we wanted to add a scrollbar to it, we would have to make our own message box which inherits QMessageBox and contains a scroll area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants