mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 06:04:59 +00:00
ux: use smaller font size for inline code in commit subject
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
eae6d10784
commit
e4e2f7b3a7
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ namespace SourceGit.Views
|
||||||
CultureInfo.CurrentCulture,
|
CultureInfo.CurrentCulture,
|
||||||
FlowDirection.LeftToRight,
|
FlowDirection.LeftToRight,
|
||||||
codeTypeface,
|
codeTypeface,
|
||||||
fontSize,
|
fontSize - 0.5,
|
||||||
foreground);
|
foreground);
|
||||||
_inlines.Add(new Inline(x, link, elem));
|
_inlines.Add(new Inline(x, link, elem));
|
||||||
x += link.WidthIncludingTrailingWhitespace + 8;
|
x += link.WidthIncludingTrailingWhitespace + 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue