See attached
The filter panel is made up of the LHS info label and RHS filter text field. In the current implementation, the total size of the filter panel is 270 pixels with 40% of that allocated to the info label and 60% allocated to the text field. This is the reason we are always seeing a 108 pixels (270x0.4) gap.
I have checked-in a change to v19 where, instead of absolute proportion, the info label is set to MINIMUM and text field is set to FILL, and the total size of the filter panel is reduced to 200 pixels.
@qa - please verify this on result grids in Query Analyzer, Query Builder, QA Results Compare, and Table Editor Preview SQL grid.
Issue #15418 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 18.0.18-2, 19.0.0-beta-32 |
No time estimate |
The filter panel is made up of the LHS info label and RHS filter text field. In the current implementation, the total size of the filter panel is 270 pixels with 40% of that allocated to the info label and 60% allocated to the text field. This is the reason we are always seeing a 108 pixels (270x0.4) gap.
I have checked-in a change to v19 where, instead of absolute proportion, the info label is set to MINIMUM and text field is set to FILL, and the total size of the filter panel is reduced to 200 pixels.
@qa - please verify this on result grids in Query Analyzer, Query Builder, QA Results Compare, and Table Editor Preview SQL grid.