https://bugs.kde.org/show_bug.cgi?id=415267
Wolfgang Bauer <wba...@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kac |https://commits.kde.org/kac |counts-integration/2420b04e |counts-integration/67fc8d83 |3d01cd02c26e238221a76036148 |b71f2b1304615ea087023ef66a9 |30d15 |c9d5d --- Comment #14 from Wolfgang Bauer <wba...@tmo.at> --- Git commit 67fc8d83b71f2b1304615ea087023ef66a9c9d5d by Wolfgang Bauer, on behalf of Dan Leinir Turthra Jensen. Committed on 02/03/2020 at 20:58. Pushed by wbauer into branch 'release/19.12'. 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 (cherry picked from commit 2420b04e3d01cd02c26e238221a7603614830d15) 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/67fc8d83b71f2b1304615ea087023ef66a9c9d5d -- You are receiving this mail because: You are watching all bug changes.