mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Remove unused grid definitions.
This commit is contained in:
parent
ce13830063
commit
93d1476a2a
1 changed files with 0 additions and 10 deletions
|
|
@ -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…
Reference in a new issue