-
Notifications
You must be signed in to change notification settings - Fork 225
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
Mobile: Bad layout of settings dialog #1529
Comments
I confirm the issue. And it’s actually worse for iOS. In iOS, the issue exists for ClientDlg as well, where Android does much better. |
You can get 20% more room! (3 FAT lines worth) without resorting to scroll-bars.
|
You could open the UI in Qt Designer? |
Yes. |
Ok. Probably you need to play CX around with the spacers/items there to get a working UI |
I tried. But couldn't make it work due to my very limited experience. There are two problems:
|
Yes but this requires QML and probably a large rewrite of the whole UI. |
Agree. There were concepts for a new UI somewhere. |
Describe the bug
With the code from master, the settings dialog in android is not layout correctly, with the rows appearing compressed as the screen is not tall enough.
To Reproduce
Install the latest application in android.
Expected behavior
Dialog should be layed out properly.
Screenshots
Operating system
Android 11 - Google Pixel 3a
Version of Jamulus
Built from source at 3df60d6
Additional context
The text was updated successfully, but these errors were encountered: