File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public bool Active
2626 }
2727 }
2828
29- public Color ActiveColour { get ; } = Color . FromArgb ( byte . MaxValue / 5 , Color . CornflowerBlue ) ;
29+ public Color ActiveColour { get ; } = Color . FromArgb ( byte . MaxValue / 4 , Color . CornflowerBlue ) ;
3030
3131 public FissureControl ( ) {
3232 InitializeComponent ( ) ;
Original file line number Diff line number Diff line change @@ -69,10 +69,7 @@ private async Task Animate() {
6969 void ShowWindow ( double portion ) {
7070 var width = ( int ) Math . Round ( target . Width * portion ) ;
7171
72- Size = new Size (
73- screen . Width - width ,
74- target . Height
75- ) ;
72+ Size = new Size ( width , target . Height ) ;
7673 Location = new Point (
7774 screen . Right - width ,
7875 screen . Height / 2 - target . Height / 2
You can’t perform that action at this time.
0 commit comments