https://bugs.kde.org/show_bug.cgi?id=470159
spikethehobbitm...@runbox.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spikethehobbitmage@runbox.c | |om --- Comment #6 from spikethehobbitm...@runbox.com --- (In reply to Nate Graham from comment #1) > Yeah. Options include: > - Remove even more items from the tool view until it fits (lol, probably not > a great idea) > - Reduce the spacing between tool view items as the view becomes shorter, to > make them all fit > - Put the tool view in a scroll view > - Some combination of the above > - Something else The usual solution is to use a `ScrollView` with the `scrollbar.policy` set to `ScrollBar.AsNeeded`. That way the scroll bars are only visible when they are needed. -- You are receiving this mail because: You are watching all bug changes.