提交 dd0a60c1 编写于 作者: S SrTobi

initialize centered editor width with golden ratio instead of 50%

上级 df2d5614
......@@ -2195,7 +2195,7 @@ export class EditorGroupsControl extends Themable implements IEditorGroupsContro
private resetCenteredEditor(layout: boolean = true) {
this.centeredEditorLeftMarginRatio = 0.5;
this.centeredEditorPreferedSize = Math.floor(this.dimension.width * 0.5);
this.centeredEditorPreferedSize = Math.floor(this.dimension.width * 0.61);
if (layout) {
this.layoutContainers();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册