Page tree

Versions Compared

Key

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

Status
title릴리즈 Release 2.3.0 이상or Above

Use 'editor.ui.button.size'   설정으로 버튼의 크기를 조절할 수 있습니다key to set the size of buttons. (기본값 default = 35, 최소값 Min.= 22, 단위 Unit: px)버튼 크기를 조절해도 아이콘의 크기는 변경되지 않습니다

Even if you adjust the size of button, the size of icons does not change.

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


설정하지 않았을 때 기본

35

(

Default)

Image Removed

"editor.ui.button.size": 28

Image Removed

"editor.ui.button.size": 40

Image RemovedImage Added

28

Image Added

40

|Image Added


Status
titleRelease 2.3.0 or Above