mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-21 03:02:06 +00:00
Fixing Pt.5
This commit is contained in:
parent
93fe2d36aa
commit
69e2ea2894
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Margin="20,0,0,10" ColumnDefinitions="Auto,*">
|
Margin="20,0,0,10" ColumnDefinitions="Auto,*">
|
||||||
<Label Content="{ext:Locale Search}" VerticalAlignment="Center" />
|
<TextBlock Text="{ext:Locale Search}" VerticalAlignment="Center" />
|
||||||
<TextBox
|
<TextBox
|
||||||
Margin="10,0,0,0"
|
Margin="10,0,0,0"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue