mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
Align checkbox with its caption in filter parameter #PL-5185
This commit is contained in:
parent
766e019571
commit
5e4fa898c3
@ -728,6 +728,7 @@ public class FilterDelegateImpl implements FilterDelegate {
|
||||
labelAndOperationCellContent.setMargin(false, false, false, true);
|
||||
}
|
||||
if (paramEditComponentCellContent != null) {
|
||||
paramEditComponentCellContent.setAlignment(Component.Alignment.MIDDLE_LEFT);
|
||||
grid.add(paramEditComponentCellContent, nextColumnStart * 2 + 1, row, nextColumnEnd * 2 + 1, row);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user