Align checkbox with its caption in filter parameter #PL-5185

This commit is contained in:
Maxim Gorbunkov 2015-04-03 07:23:31 +00:00
parent 766e019571
commit 5e4fa898c3

View File

@ -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);
}