Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ColorListWidget: Fix table column resize mode (GH-2237)
The individual setting 'QHeaderView::Stretch' of the 'Name' column's resize mode was erroneously overwritten by the setting which was intended for the 'Spot color' column. Simply use the default 'QHeaderView::Interactive', and initialize explicitly when there is no data to derive initial widths from. Co-authored-by: Kai Pastor <[email protected]>
- Loading branch information