https://bugs.kde.org/show_bug.cgi?id=504440
--- Comment #3 from b...@mogwai.be --- The app layout is currently controlled by the QT_QUICK_CONTROLS_MOBILE environment variable, like most qml apps. This works well on plasma mobile-based distros, but most other mobile distros that are based on Phosh don't set this environment variable. Hence, the app has the wrong layout out of the box. I've been thinking about refactoring the layout to make it fully convergent without relying on the env variable. But that would mean completely overhauling the current interface on desktop, which is the majority of the userbase. It's very likely going to happen, but I need to find the time to actually do it. :) BTW that will perhaps not solve all form-factor-detection issues, since that environment variable also changes the underlying widgets to be more touch-friendly. The two lines might be worth implementing indeed. -- You are receiving this mail because: You are watching all bug changes.