https://bugs.kde.org/show_bug.cgi?id=513504

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/krdp/-/commit/c252930c09 |ma/krdp/-/commit/ac2105d693
                   |c072c2a2acd47aa7007a4ac7e9b |d0d566fd0b87b0ab5778f4983cf
                   |739                         |637

--- Comment #3 from cwo <[email protected]> ---
Git commit ac2105d693d0d566fd0b87b0ab5778f4983cf637 by Christoph Wolk.
Committed on 16/01/2026 at 17:54.
Pushed by cwo into branch 'Plasma/6.6'.

kcm/ui: use Flow and ScrollView for IP address list

The kcm shows a list of all IP adresses (and a copy button for each) in
the kcm header, each on an individual row. This works in normal setups,
but if the system has many IP adresses th list can get very large. KCM
(particularly ScrollViewKCM) headers and footers do not handle this
gracefully; if the headers and footers are large enough, they will
completely cover the ScrollView part, leaving it inaccessible, and the
header can even overflow over the footer, leading to graphical
corruption and inaccessible settings.

Instead, we make the list of IP addresses more compact by using a Flow,
rather than a ColumnLayout. Each delegate is rather short, so this can
save a lot of space. In case this is not enough, we also wrap it in a
scrollView with a maximum height of 4 gridUnits; this yields two visible
rows at typical font sizes and keeps the main content scrollview (the
user list) visible even at the smallest possible window size.
FIXED-IN: 6.6.0


(cherry picked from commit c252930c09c072c2a2acd47aa7007a4ac7e9b739)

Co-authored-by: Christoph Wolk <[email protected]>

M  +36   -33   src/kcm/ui/main.qml

https://invent.kde.org/plasma/krdp/-/commit/ac2105d693d0d566fd0b87b0ab5778f4983cf637

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to