mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
code_style: general cleanup
This commit is contained in:
parent
35eda489be
commit
dde08c507a
50 changed files with 98 additions and 157 deletions
|
@ -98,7 +98,6 @@ namespace SourceGit.Views
|
|||
ctx.BeginFigure(new Point(x, y), true);
|
||||
y = 1;
|
||||
ctx.LineTo(new Point(x, y));
|
||||
x = drawRightX - 6;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -112,9 +111,10 @@ namespace SourceGit.Views
|
|||
x += 6;
|
||||
y = 1;
|
||||
ctx.ArcTo(new Point(x, y), new Size(6, 6), angle, false, SweepDirection.Clockwise);
|
||||
x = drawRightX - 6;
|
||||
}
|
||||
|
||||
x = drawRightX - 6;
|
||||
|
||||
if (drawRightX <= LauncherTabsScroller.Bounds.Right)
|
||||
{
|
||||
ctx.LineTo(new Point(x, y));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue