Skip to content

Commit cf7fa38

Browse files
committed
feat: show TaskEditing window centered on screen. This is homogeneous with the creation window.
1 parent ec4f74b commit cf7fa38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Desktop/Tasks/TaskEditing.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
mc:Ignorable="d"
7-
Title="TaskEditing" Height="250" Width="400">
7+
Title="TaskEditing" Height="250" Width="400"
8+
WindowStartupLocation="CenterScreen">
89
<Grid Margin="{StaticResource DefaultMargin}">
910
<StackPanel>
1011
<Label Content="_Name:" Target="{Binding ElementName=Name}" />

0 commit comments

Comments
 (0)