未验证 提交 0815528f 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #11935 from dbeaver/stream-mapping-dialog-fit-fix#11927

#11927 Fix tree empty space fit
......@@ -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.
先完成此消息的编辑!
想要评论请 注册