Skip to content

Commit 61a6ed5

Browse files
committed
[Kanban 43] Smaller improvements
1 parent 7e15200 commit 61a6ed5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Source/VisualPairCoding/VisualPairCoding.WinForms/EnterNamesForm.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/VisualPairCoding/VisualPairCoding.WinForms/EnterNamesForm.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ private void startButton_Click(object sender, EventArgs e)
3434
}
3535

3636
RunSessionForm form = new RunSessionForm(session);
37-
37+
// Let the session window start in about the location we have right now on the screen
38+
form.Top = Top;
39+
form.Left = Left;
40+
3841
Hide();
3942

4043
try

0 commit comments

Comments
 (0)