Skip to content

Commit 1411c4a

Browse files
committed
Center the AddOrRemove Window
1 parent 69c1a7c commit 1411c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Text-Grab/Controls/AddOrRemoveWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private void Window_Loaded(object sender, RoutedEventArgs e)
3636
double thisMidTop = etwMidTop - (this.Height / 2);
3737
double thisMidLeft = etwMidLeft - (this.Width / 2);
3838

39-
this.Top = etwMidTop;
39+
this.Top = thisMidTop;
4040
this.Left = thisMidLeft;
4141
}
4242

0 commit comments

Comments
 (0)