提交 e4c687ef 编写于 作者: S ShadelessFox

#11927 Fix tree empty space fit


Former-commit-id: e335f6f9
上级 04b414fa
......@@ -409,7 +409,7 @@ public class StreamConsumerPageSettings extends ActiveWizardPage<DataTransferWiz
UIUtils.asyncExec(() -> {
viewer.setInput(mappings);
viewer.expandAll(true);
UIUtils.packColumns(viewer.getTree(), false, new float[]{0.75f, 0.25f});
UIUtils.packColumns(viewer.getTree(), true, new float[]{0.75f, 0.25f});
updateCompletion();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册