SUMMARY When opening the configuration dialog, I cannot see the configured audio locations. The list does not fit into the dialog and there is no way to scroll down to reveal it. I have to resize the window to access it, which is not obvious unless you already know it. STEPS TO REPRODUCE 1. Open Elisa 2. In the hamburger menu, click "Configure Elisa" OBSERVED RESULT The location list is too narrow to display any elements. EXPECTED RESULT I can scroll the configuration dialog to access my audio location preferences. SOFTWARE/OS VERSIONS Operating System: openSUSE Leap 15.3 KDE Plasma Version: 5.22.4 KDE Frameworks Version: 5.84.0 Qt Version: 5.15.2
Created attachment 140443 [details] Screenshot
Looks like the desktop settings page is embedded right into a QtQuick Window object, which is not scrollable all on its own.
Git commit b1ae88ae95971a6ef680e1747e6a08ad28009983 by Nate Graham. Committed on 02/08/2021 at 21:16. Pushed by ngraham into branch 'release/21.08'. Make desktop config window able to scroll This can become necessary if long translations push the inner formlayout into widescreen mode, which makes it taller. FIXED-IN: 21.08 M +31 -49 src/qml/ElisaConfigurationDialog.qml https://invent.kde.org/multimedia/elisa/commit/b1ae88ae95971a6ef680e1747e6a08ad28009983