We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4f74b commit cf7fa38Copy full SHA for cf7fa38
1 file changed
Desktop/Tasks/TaskEditing.xaml
@@ -4,7 +4,8 @@
4
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6
mc:Ignorable="d"
7
- Title="TaskEditing" Height="250" Width="400">
+ Title="TaskEditing" Height="250" Width="400"
8
+ WindowStartupLocation="CenterScreen">
9
<Grid Margin="{StaticResource DefaultMargin}">
10
<StackPanel>
11
<Label Content="_Name:" Target="{Binding ElementName=Name}" />
0 commit comments