mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
ux: change style for commit ref decorators (#395)
* change font from `Fonts.Monospace` to `Fonts.Primary` * increase the font size
This commit is contained in:
parent
854563ef41
commit
8f114e8a32
3 changed files with 4 additions and 5 deletions
|
@ -100,8 +100,8 @@
|
||||||
BranchNameBackground="{DynamicResource Brush.DecoratorBranch}"
|
BranchNameBackground="{DynamicResource Brush.DecoratorBranch}"
|
||||||
TagNameBackground="{DynamicResource Brush.DecoratorTag}"
|
TagNameBackground="{DynamicResource Brush.DecoratorTag}"
|
||||||
LabelForeground="{DynamicResource Brush.DecoratorFG}"
|
LabelForeground="{DynamicResource Brush.DecoratorFG}"
|
||||||
FontFamily="{DynamicResource Fonts.Monospace}"
|
FontFamily="{DynamicResource Fonts.Primary}"
|
||||||
FontSize="10"
|
FontSize="11"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Refs="{Binding Decorators}"/>
|
Refs="{Binding Decorators}"/>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
|
@ -72,8 +72,8 @@
|
||||||
BranchNameBackground="{DynamicResource Brush.DecoratorBranch}"
|
BranchNameBackground="{DynamicResource Brush.DecoratorBranch}"
|
||||||
TagNameBackground="{DynamicResource Brush.DecoratorTag}"
|
TagNameBackground="{DynamicResource Brush.DecoratorTag}"
|
||||||
LabelForeground="{DynamicResource Brush.DecoratorFG}"
|
LabelForeground="{DynamicResource Brush.DecoratorFG}"
|
||||||
FontFamily="{DynamicResource Fonts.Monospace}"
|
FontFamily="{DynamicResource Fonts.Primary}"
|
||||||
FontSize="10"
|
FontSize="11"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Refs="{Binding Decorators}"/>
|
Refs="{Binding Decorators}"/>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ using Avalonia.Input;
|
||||||
using Avalonia.Interactivity;
|
using Avalonia.Interactivity;
|
||||||
using Avalonia.Media;
|
using Avalonia.Media;
|
||||||
using Avalonia.Threading;
|
using Avalonia.Threading;
|
||||||
using Avalonia.Utilities;
|
|
||||||
using Avalonia.VisualTree;
|
using Avalonia.VisualTree;
|
||||||
|
|
||||||
namespace SourceGit.Views
|
namespace SourceGit.Views
|
||||||
|
|
Loading…
Reference in a new issue