mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
@@ -47,7 +47,7 @@ namespace SourceGit.Views
|
||||
get => GetValue(FontWeightProperty);
|
||||
set => SetValue(FontWeightProperty, value);
|
||||
}
|
||||
|
||||
|
||||
public static readonly StyledProperty<IBrush> InlineCodeBackgroundProperty =
|
||||
AvaloniaProperty.Register<CommitSubjectPresenter, IBrush>(nameof(InlineCodeBackground), Brushes.Transparent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user