File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
UITests.Tests.Shared/Controls Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 252
252
<Name >Microsoft.Toolkit</Name >
253
253
</ProjectReference >
254
254
</ItemGroup >
255
- <ItemGroup />
256
255
<PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
257
256
<VisualStudioVersion >14.0</VisualStudioVersion >
258
257
</PropertyGroup >
Original file line number Diff line number Diff line change 73
73
<controls : GridSplitter x : Name =" GridSplitterHorizontal"
74
74
Grid.Column=" 1"
75
75
Width =" 16"
76
- HorizontalAlignment =" Left" >
77
- <!-- <controls:GridSplitter.RenderTransform>
78
- <TranslateTransform X="-8" />
79
- </controls:GridSplitter.RenderTransform>-->
80
- </controls : GridSplitter >
76
+ HorizontalAlignment =" Left" />
81
77
82
78
<!-- Row Grid Splitter -->
83
79
<controls : GridSplitter x : Name =" GridSplitterVertical"
84
80
Grid.Row=" 1"
85
81
Grid.ColumnSpan=" 3"
86
82
Height =" 16"
87
83
VerticalAlignment =" Top" >
88
- <!-- <controls:GridSplitter.RenderTransform>
89
- <TranslateTransform Y="-8" />
90
- </controls:GridSplitter.RenderTransform>-->
91
84
<controls : GridSplitter .Element>
92
85
<TextBlock HorizontalAlignment =" Center"
93
86
VerticalAlignment =" Center"
You can’t perform that action at this time.
0 commit comments