Version: unspecified OS: Linux When I have many resources of one kind connected to an actvivity, scrolling through a one-line resource box becomes tedious. Being able to make the box several lines high would be very helpful. Reproducible: Always Steps to Reproduce: Drag the resize handle of a resource box Actual Results: You can only resize horizontally Expected Results: Should be possible to also resize vertically.
I would also like this feature. Is there any reason to be limited to one row?
marco already implemented that feature as a prototype to test... initially we didnt want the box to scale vertically as well, because the order of the resources would always mix/break. If you add another resource, where would it go? But as currently the ordering is automatically anyways (its in the order of adding resources, not always logical in my opintion), and a loooot of users requested this feature, I would give it a go...
Git commit fffdf5518a336474d81090b5e11bea3302bf50d4 by Marco Martin. Committed on 27/10/2011 at 13:45. Pushed by mart into branch 'master'. support vertical resizing please test ;) CCBUG:283639 M +4 -1 components/ResourceDelegate.qml M +30 -21 containments/activityscreen/contents/ui/ItemsList.qml M +1 -0 containments/activityscreen/contents/ui/ItemsListGroup.qml http://commits.kde.org/plasma-mobile/fffdf5518a336474d81090b5e11bea3302bf50d4
Created attachment 65077 [details] Snapshot Some comments :) - The bookmark resource is cut off (take a look at the stars). - The image resource's title is cut off. - There is a bit too much space below KWrite.
Created attachment 65078 [details] Snapshot More comments :) - There is no space between bookmarks (vertically). See snapshot.
Created attachment 65080 [details] Snapshot (bookmarks) Furthermore, the 2nd element of a 1-row box becomes the 3rd element in a 2-row-box (it's placed below the first element). A 1-row box with 3 elements which displaying all of them shows an arrow in the right side. Take a look a the snapshot :)