File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 xmlns : converters =" clr-namespace:Desktop.Tasks.Converters"
77 mc : Ignorable =" d"
88 x : Name =" TaskCreationWindow"
9- Title =" Task creation" Height =" {StaticResource PopupWindowHeight}" Width =" {StaticResource PopupWindowWidth}"
9+ Title =" Task creation"
10+ Height =" {StaticResource PopupWindowHeight}"
11+ Width =" {StaticResource PopupWindowWidth}"
12+ ResizeMode =" NoResize"
1013 Icon =" ..\Resources\Add.ico"
1114 WindowStartupLocation =" CenterScreen" >
1215 <Window .Resources>
Original file line number Diff line number Diff line change 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 =" Task editing" Height =" {StaticResource PopupWindowHeight}" Width =" {StaticResource PopupWindowWidth}"
7+ Title =" Task editing"
8+ Height =" {StaticResource PopupWindowHeight}"
9+ Width =" {StaticResource PopupWindowWidth}"
10+ ResizeMode =" NoResize"
811 Icon =" ..\Resources\Edit.ico"
912 WindowStartupLocation =" CenterScreen" >
1013 <Grid FocusManager.FocusedElement=" {Binding ElementName=Name}" Margin =" {StaticResource DefaultMargin}" >
You can’t perform that action at this time.
0 commit comments