Fix statistics dialog alignment by using column-based key–value layout#539
Fix statistics dialog alignment by using column-based key–value layout#539sogalabhi wants to merge 1 commit intoCCExtractor:mainfrom
Conversation
…anging Row and Column
|
Wanted suggestions. For now I have hardcoded the width: 180 for the left column. I'll have to get the max width by custom painter or something to know the width the longest string is taking. Shall i do that? |
|
@SGI-CAPP-AT2 Kindly review the PR. This and prev one. Both are just minor UI/UX improvements |
will it work on any size of device? |
I missed this message. Sorry for late reply. I'll test it and send asap |
|
@SGI-CAPP-AT2 |



Description
This change improves the readability of the statistics dialog by replacing string-based key–value formatting with a structured two-column layout. Keys are rendered in a fixed-width column, ensuring all values align consistently regardless of key length.
Fixes #538
Screenshots
Before


After
Checklist