Skip to content

Commit a993103

Browse files
authored
Chat - set minimum fontSize to 6 (microsoft#264884)
1 parent fbf594c commit a993103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ configurationRegistry.registerConfiguration({
132132
type: 'number',
133133
description: nls.localize('chat.fontSize', "Controls the font size in pixels in chat messages."),
134134
default: 13,
135-
minimum: 13,
135+
minimum: 6,
136136
maximum: 100
137137
},
138138
'chat.fontFamily': {

0 commit comments

Comments
 (0)