ronso0
ronso0
@samplai Please open a PR with your work in progress to allow others to see the context and help. Doesn't necessarily need to be agains the Mixxx repo if you...
It's not that hard actually. To open a PR you need to * setup `git` and code-checking locally * fork the Mixxx reporsitory * create a new branch * commit...
My guess it's related to window scaling, maybe even a bug with a specific Qt version. Which Qt version is your Mixxx install built with? It's printed in the About...
@batwithhat04 we don't fromally claim or assign issues. Contributors usually simply start working on issues they'd like to solve. First step is trying to reproduce the reported issue. Here that...
Indeed, the dialog is too tall to fit in a 768px screen, especially if it has some sort of taskbar, window bar.. This is tricky because even if we shrink...
Puh, this is really tricky to get right for both small and large screens. I tried putting the summary content into a QScrollArea but there are a few conflicting items...
> I'll try another approach soon: show the regular dialog, and --if it doesn't fit on the screen-- move Summary into a QScrollArea. Okay cool, this works mostly fine. Only...
@audministrator Please check if #15073 fixes it for you. Once CI builds are ready, you can test it likes this https://github.com/mixxxdj/mixxx/wiki/Testing#github-pull-requests Even though this PR doesn't touch user data, it...
Thanks for testing! In your case the alternative mode is not activated as you don't see scrollbars -- the dialog does fit the screen, but in your case it's really...
> Don't see much difference with current 2.5.2 version Actually you see the normal behavior because the alternative method is not activated. I'll try to add a position check, and...