Skip to content

Conversation

@janezd
Copy link
Contributor

@janezd janezd commented Dec 29, 2025

Issue

Fixes #6983. I think. @ajdapretnar ?

Description of changes

Column distributions was set to stretch, i.e. occupy all extra width. Other columns had a default size (100).

After this, columns have a minimum size of 100, and the distribution column gets no special treatment. Sizes are reasonable. Downside is that they can't be manually reduced below 100.

Includes
  • Code changes
  • Tests
  • Documentation

@janezd janezd force-pushed the feature-statistics-stretch-distributions branch from de91f5b to a52faaa Compare December 29, 2025 20:18
@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.02%. Comparing base (246474b) to head (304fb4c).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7226      +/-   ##
==========================================
- Coverage   89.03%   89.02%   -0.01%     
==========================================
  Files         335      335              
  Lines       74243    74254      +11     
==========================================
+ Hits        66099    66103       +4     
- Misses       8144     8151       +7     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ajdapretnar
Copy link
Contributor

I like everything about this, except for the very first column with variable type, which IMO would never be bigger than minimum size. It takes unnecessary space now. I'd make an exception for this column being at absolute minimum, with the other columns as they are now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Statistics: cannot resize Distribution bar

2 participants