File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 291291 Command =" {Binding SelectGridCommand}"
292292 CommandParameter =" {x:Static localModelsGrids:GridType.Root3Rectangle}" >
293293 <ContentControl Style =" {StaticResource GridTypeButtonContentControlStyle}" >
294- <Path Data =" {Binding Source={StaticResource pathDataGridTypeRoot2Rectangle }}" />
294+ <Path Data =" {Binding Source={StaticResource pathDataGridTypeRoot3Rectangle }}" />
295295 </ContentControl >
296296 </Button >
297297 <Button ToolTip =" Root-4 Rectangle"
298298 Command =" {Binding SelectGridCommand}"
299299 CommandParameter =" {x:Static localModelsGrids:GridType.Root4Rectangle}" >
300300 <ContentControl Style =" {StaticResource GridTypeButtonContentControlStyle}" >
301- <Path Data =" {Binding Source={StaticResource pathDataGridTypeRoot2Rectangle }}" />
301+ <Path Data =" {Binding Source={StaticResource pathDataGridTypeRoot4Rectangle }}" />
302302 </ContentControl >
303303 </Button >
304304 <Button ToolTip =" Root-5 Rectangle"
305305 Command =" {Binding SelectGridCommand}"
306306 CommandParameter =" {x:Static localModelsGrids:GridType.Root5Rectangle}" >
307307 <ContentControl Style =" {StaticResource GridTypeButtonContentControlStyle}" >
308- <Path Data =" {Binding Source={StaticResource pathDataGridTypeRoot2Rectangle }}" />
308+ <Path Data =" {Binding Source={StaticResource pathDataGridTypeRoot5Rectangle }}" />
309309 </ContentControl >
310310 </Button >
311311 </StackPanel >
You can’t perform that action at this time.
0 commit comments