[dolphin] [Bug 442653] Details view mode: race condition between scrolling and switching view modes (causes horizontal gap before first column)
ratijas
bugzilla_noreply at kde.org
Sun Feb 6 01:32:41 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=442653
--- Comment #6 from ratijas <me at ratijas.tk> ---
I wouldn't have believed it if I didn't see it with my own eyes — that's such a
direct hit! There are literally properties all over widgets code named
leadingPadding:
/**
* Sets the width of the column *before* the first column.
* This is intended to facilitate an empty region for deselection in the
main viewport.
*/
void setLeadingPadding(qreal width);
qreal leadingPadding() const;
Where were Dolphin devs when I needed them so much to triage this issue? :c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list