提交 dcf85b66 编写于 作者: R Rob Lourens

Settings editor - larger space between description and value

上级 51c1f85f
......@@ -204,7 +204,7 @@
}
.settings-editor > .settings-body > .settings-tree-container .setting-item .setting-item-value {
margin-top: 5px;
margin-top: 7px;
display: flex;
}
......
......@@ -388,7 +388,7 @@ export interface ISettingChangeEvent {
export class SettingsRenderer implements IRenderer {
private static readonly SETTING_ROW_HEIGHT = 92;
private static readonly SETTING_ROW_HEIGHT = 94;
private readonly _onDidChangeSetting: Emitter<ISettingChangeEvent> = new Emitter<ISettingChangeEvent>();
public readonly onDidChangeSetting: Event<ISettingChangeEvent> = this._onDidChangeSetting.event;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册