Skip to content

Commit e4e2f7b

Browse files
committed
ux: use smaller font size for inline code in commit subject
Signed-off-by: leo <[email protected]>
1 parent eae6d10 commit e4e2f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitSubjectPresenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ private void GenerateFormattedTextElements()
299299
CultureInfo.CurrentCulture,
300300
FlowDirection.LeftToRight,
301301
codeTypeface,
302-
fontSize,
302+
fontSize - 0.5,
303303
foreground);
304304
_inlines.Add(new Inline(x, link, elem));
305305
x += link.WidthIncludingTrailingWhitespace + 8;

0 commit comments

Comments
 (0)