Skip to content

Adjustments to AbstractDelegate, TileRepeater, TileView for using AbstractDelegate in GridViews

Noah Davis requested to merge ndavis/plasma-big-launcher:gridcompat into master

The AbstractDelegate's only changes make it so that the insets are equal for each side. The TileRepeater and TileView have been given the cellHeight property so that they can be used with delegates based on AbstractDelegate that are made for ListViews and GridViews.

Merge request reports