mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 01:25:25 +00:00
MainWindow: Vertically center SearchBox TextPresenter (#4223)
This commit is contained in:
parent
b9f2a96595
commit
3ffceab1fb
|
@ -343,6 +343,7 @@
|
|||
Margin="5,0,5,0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Center"
|
||||
VerticalContentAlignment="Center"
|
||||
DockPanel.Dock="Right"
|
||||
KeyUp="SearchBox_OnKeyUp"
|
||||
Text="{Binding SearchText}"
|
||||
|
|
Loading…
Reference in a new issue