Skip to content

Commit 557c5d1

Browse files
committed
format
1 parent 3d8621c commit 557c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Views/TrayWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public TrayWindow(IRpcController rpcController, ICredentialManager credentialMan
109109
var size = AppWindow.Size;
110110

111111
// Shift upward when height increases
112-
pos.Y -= delta;
112+
pos.Y -= delta;
113113
size.Height = newHeight;
114114

115115
AppWindow.MoveAndResize(new RectInt32(pos.X, pos.Y, size.Width, size.Height));

0 commit comments

Comments
 (0)