minor : The width changes dynamically if you click on another package [ERR-14] #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In xbps-gui go to 'Installed', then click on a package, click another one - the width of the Column will change, and it's not clear based on what it changes.
It could get to small.
This one's a quick fix. The header is recalculating column width on every selection — it should compute once on load and then leave it alone. I'll set a stable policy so the column doesn't react to clicks. Thanks Adrian.