Page MenuHome GnuPG

Kleopatra: Limit the maximum column size when fitting the columns to their content
Testing, NormalPublic

Description

This is a follow-up for T7227: Kleopatra: Ensure columns are wide enough when they are made visible. The column sizes should be limited to a reasonable value when resizing them to their content. The user should still be able to make the columns wider.

This should likely be backported for VSD 3.3 since it complements other changes with column size handling.

Event Timeline

werner triaged this task as Normal priority.Aug 27 2024, 9:20 AM
werner added a project: vsd33.
TobiasFella moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Aug 27 2024, 2:51 PM
TobiasFella changed the task status from Open to Testing.Aug 28 2024, 4:21 PM

Backported for VSD 3.3

tested with gpg4win-Beta50:

Works for adding the tag column with a very long tag which is then restricted to width 400.

But the name column is restricted to 260. I guess because "name" is a visible-by-default column you handle it differently on purpose?

Yes, for historical reasons (i.e. we haven't changed this) the width of the name and email columns always defaults to 260.

ebo moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Tue, Oct 1, 2:47 PM

I assume we do not want to unify this (yet)? But if we want to, we should make another ticket for this anyway.