提交 a7c5f135 编写于 作者: S serge-rider

#2663 Property viewer columns repack fix

上级 98ee5b9f
......@@ -213,7 +213,7 @@ public class PropertyTreeViewer extends TreeViewer {
disposeOldEditor();
DBeaverUI.asyncExec(() -> UIUtils.packColumns(getTree(), false, null));
DBeaverUI.asyncExec(() -> UIUtils.packColumns(getTree(), true, new float[] {0.1f, 0.9f}));
}
private Map<String, TreeNode> loadTreeNodes(@Nullable DBRProgressMonitor monitor, TreeNode parent, DBPPropertySource propertySource)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册