提交 1c2f7668 编写于 作者: J Johannes Rieken

outline - polish padding around inputbox

上级 63f7d099
......@@ -24,7 +24,7 @@
.monaco-workbench .outline-panel .outline-input {
box-sizing: border-box;
padding: 2px 9px 12px 9px;
padding: 2px 9px 5px 9px;
}
.monaco-workbench .outline-panel .outline-input .monaco-inputbox {
......
......@@ -332,7 +332,7 @@ export class OutlinePanel extends ViewletPanel {
protected layoutBody(height: number = this._cachedHeight): void {
this._cachedHeight = height;
this._input.layout();
this._tree.layout(height - (dom.getTotalHeight(this._inputContainer) + 7 /*progressbar height, defined in outlinePanel.css*/));
this._tree.layout(height - (dom.getTotalHeight(this._inputContainer) + 5 /*progressbar height, defined in outlinePanel.css*/));
}
setVisible(visible: boolean): TPromise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册