Created attachment 133050 [details] Inconsistent layout between maximized and normal view of User Manager window When I open User Manager in maximized window the list of users and the user details are separated and when the window is not maximized they appear on same view. But when the window is again maximized it doesn't revert to separated view layout. See attached video for more info.
Yup, I can reproduce. In fact, it seems that everyone can reproduce except for the author. :) The problem is that you need to somehow resize the window before it will display the multi-column view, even when there's enough space. Carson, can you please take another look at this?
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kcmutils/-/merge_requests/28
*** Bug 428787 has been marked as a duplicate of this bug. ***
*** Bug 428901 has been marked as a duplicate of this bug. ***
Git commit 584b695cd1f14cc98c4f08eeeabcf57fb79dc0e8 by Jan Blackquill, on behalf of Carson Black. Committed on 08/12/2020 at 22:59. Pushed by cblack into branch 'master'. kcmoduleqml: don't bind column width to view width This causes a lot of heisenbugs due to bindings triggering at inconsistent times, sometimes causing a KCM's requested width to be respected, and other times, causing it to be ignored. Since we're going to be setting this from C++ code, we don't need to create a QML binding for this. M +0 -2 src/kcmoduleqml.cpp https://invent.kde.org/frameworks/kcmutils/commit/584b695cd1f14cc98c4f08eeeabcf57fb79dc0e8