mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 09:39:44 +00:00
Fix search bar
This commit is contained in:
parent
4a9f3b48c5
commit
c65aebe44d
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@
|
|||
</StackPanel>
|
||||
<TextBox
|
||||
Grid.Column="2"
|
||||
MinHeight="23"
|
||||
MaxHeight="23"
|
||||
MinHeight="27"
|
||||
MaxHeight="27"
|
||||
HorizontalAlignment="Stretch"
|
||||
Watermark="{locale:Locale Search}"
|
||||
Text="{Binding Search}" />
|
||||
|
|
Loading…
Reference in a new issue