Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

'editor.ui.button.size'  설정으로 버튼의 크기를 조절할 수 있습니다. (기본값 = 35, 최소값 = 22, 단위 px)
이 때 실제 버튼 크기를 조절해도 아이콘의 크기는 변경되지 않습니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.ui.button.size': 35
}

...