Remove unused grid definitions.
This commit is contained in:
parent
e3e16f0345
commit
8f06f6f472
1 changed files with 0 additions and 10 deletions
|
@ -343,11 +343,7 @@
|
||||||
Height="{Binding UiCanvasSize}"
|
Height="{Binding UiCanvasSize}"
|
||||||
Width="{Binding UiCanvasSize}"
|
Width="{Binding UiCanvasSize}"
|
||||||
Background="{DynamicResource ThemeBackgroundColor}">
|
Background="{DynamicResource ThemeBackgroundColor}">
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="*" />
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
<Ellipse
|
<Ellipse
|
||||||
Grid.Column="1"
|
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Stroke="Black"
|
Stroke="Black"
|
||||||
StrokeThickness="1"
|
StrokeThickness="1"
|
||||||
|
@ -356,7 +352,6 @@
|
||||||
Canvas.Bottom="2"
|
Canvas.Bottom="2"
|
||||||
Canvas.Left="2" />
|
Canvas.Left="2" />
|
||||||
<Ellipse
|
<Ellipse
|
||||||
Grid.Column="1"
|
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Fill="Gray"
|
Fill="Gray"
|
||||||
Opacity="100"
|
Opacity="100"
|
||||||
|
@ -385,11 +380,7 @@
|
||||||
Height="{Binding UiCanvasSize}"
|
Height="{Binding UiCanvasSize}"
|
||||||
Width="{Binding UiCanvasSize}"
|
Width="{Binding UiCanvasSize}"
|
||||||
Background="{DynamicResource ThemeBackgroundColor}">
|
Background="{DynamicResource ThemeBackgroundColor}">
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="*" />
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
<Ellipse
|
<Ellipse
|
||||||
Grid.Column="1"
|
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Stroke="Black"
|
Stroke="Black"
|
||||||
StrokeThickness="1"
|
StrokeThickness="1"
|
||||||
|
@ -398,7 +389,6 @@
|
||||||
Canvas.Bottom="2"
|
Canvas.Bottom="2"
|
||||||
Canvas.Left="2" />
|
Canvas.Left="2" />
|
||||||
<Ellipse
|
<Ellipse
|
||||||
Grid.Column="1"
|
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Fill="Gray"
|
Fill="Gray"
|
||||||
Opacity="100"
|
Opacity="100"
|
||||||
|
|
Loading…
Reference in a new issue