mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
ux: thinner border for default avatar
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -54,8 +54,8 @@ namespace SourceGit.Views
|
||||
{
|
||||
context.DrawRectangle(Brushes.White, new Pen(new SolidColorBrush(Colors.Black, 0.3f), 0.65f), rect, corner, corner);
|
||||
|
||||
var offsetX = Bounds.Width / 8.0;
|
||||
var offsetY = Bounds.Height / 8.0;
|
||||
var offsetX = Bounds.Width / 10.0;
|
||||
var offsetY = Bounds.Height / 10.0;
|
||||
|
||||
var stepX = (Bounds.Width - offsetX * 2) / 5.0;
|
||||
var stepY = (Bounds.Height - offsetY * 2) / 5.0;
|
||||
|
||||
Reference in New Issue
Block a user