Created attachment 177837 [details] Screenshot Have reset default size of window by deleting the kinfocenter rc file. Scrolling area for the battery list with 3 batteries. It is likely scrolling up/down with just one battery as the battery % is below the area.
Can you back up and clarify what the problem is and how you're reproducing it? It looks like you opened the Energy page in kcmshell6 rather than KInfoCenter.
Open the Energy KCM from Kickoff. Battery list area up top has scroll bars, it's not clean.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kinfocenter/-/merge_requests/221
Git commit f63e886a7c25f05bd03e54e9c6f571250588135a by Ismael Asensio. Committed on 09/02/2025 at 12:20. Pushed by iasensio into branch 'master'. kcms/energy: Improve layout of the device selector Port the device selector to an actual ListView instead of Row+Repeater combo, so we can use the implicit height of the delegate, instead of imposing a fixed height, which fails for bigger fonts. Also improve the layout by centering the available buttons, and adapt their width to the number of devices, so it doesn't need horizontal scrolling and resembles more a Navigation bar While at it, also simplify the code by using the ListView `currentItem` to initialize and select the current device. As an added benefit there is now keyboard navigation Related: bug 499290 FIXED-IN: 6.4 M +123 -118 kcms/energy/ui/main.qml https://invent.kde.org/plasma/kinfocenter/-/commit/f63e886a7c25f05bd03e54e9c6f571250588135a
*** Bug 501376 has been marked as a duplicate of this bug. ***