https://bugs.kde.org/show_bug.cgi?id=401506
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.54 Latest Commit| |https://commits.kde.org/kio | |/f28e343063783c6a0a6b925a39 | |0a1a1a5e10d91c Status|CONFIRMED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit f28e343063783c6a0a6b925a390a1a1a5e10d91c by Nate Graham. Committed on 10/12/2018 at 04:48. Pushed by ngraham into branch 'master'. [KDirOperator] Don't squeeze Name column when there isn't enough horizontal space Summary: When a `KDirOperator` view is used in {nav Detailed} or {nav Detailed Tree} view, when there isn't enough horizontal space, the {nav Name} column currently gets squeezed and becomes illegible. This patch fixes that by making the name column fixed-width so it never gets too small to read the contents; instead the view sprouts a horizontal scrollbar, which is preferable. FIXED-IN: 5.54 Test Plan: In Kate's Filesystem Browser plugin sidebar view: {F6466450} In the open/save dialog when there's not enough horizontal space: {F6466451} In the open/save dialog when there //is// enough horizontal space: {F6466452} In this case, the other columns no longer stick to the right size of the view when the window is resized, which maybe isn't as nice as current behavior. Open to suggestions. Reviewers: #vdg, #frameworks, cullmann, cfeck Reviewed By: cullmann, cfeck Subscribers: cfeck, cullmann, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D17461 M +1 -1 src/filewidgets/kdiroperatordetailview.cpp https://commits.kde.org/kio/f28e343063783c6a0a6b925a390a1a1a5e10d91c -- You are receiving this mail because: You are watching all bug changes.