https://bugs.kde.org/show_bug.cgi?id=415267
Dan Leinir Turthra Jensen <ad...@leinir.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kac | |counts-integration/2420b04e | |3d01cd02c26e238221a76036148 | |30d15 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Dan Leinir Turthra Jensen <ad...@leinir.dk> --- Git commit 2420b04e3d01cd02c26e238221a7603614830d15 by Dan Leinir Turthra Jensen. Committed on 17/02/2020 at 13:42. Pushed by leinir into branch 'master'. Unbreak the Accounts KCM Summary: Prior to this, the Accounts KCM would show only the first account, because the listview was a zero by zero size (which results in the first item still being shown because labels will overpaint unless told otherwise). The reson it looked like there was a view there before was that the view was set to the ScrollViewKCM's default scroll view. In other words: All the accounts were in fact there, but they were not displayed because the listview was not there. Reviewers: #plasma, nicolasfella, bshah Reviewed By: #plasma, bshah Subscribers: arojas Tags: #plasma Differential Revision: https://phabricator.kde.org/D27454 M +2 -2 src/kcm/package/contents/ui/Accounts.qml M +1 -3 src/kcm/package/contents/ui/AvailableAccounts.qml M +1 -2 src/kcm/package/contents/ui/AvailableServices.qml https://commits.kde.org/kaccounts-integration/2420b04e3d01cd02c26e238221a7603614830d15 -- You are receiving this mail because: You are watching all bug changes.