Skip to content

ConfigurePluginsListWidget: fix width of configure button column

A QTreeView has by default a header with stretchLastSection == true, which also has an effect on the minimum size, which can be larger than a button, resulting in strange empty content on the side as indicated by the scrollbar. Unsetting that explicitly and instead setting ResizeToContents removes that experienced empty content.

Before:
Screenshot_20211110_184917

After:
Screenshot_20211110_184734

@mlaurent @vkrause

Edited by Friedrich W. H. Kossebau

Merge request reports