Remove unused grid definitions.
This commit is contained in:
parent
ce13830063
commit
93d1476a2a
@ -344,11 +344,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"
|
||||||
@ -357,7 +353,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"
|
||||||
@ -386,11 +381,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"
|
||||||
@ -399,7 +390,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…
x
Reference in New Issue
Block a user