mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-22 05:40:09 -06:00
MainWindow: Vertically center SearchBox TextPresenter (#4223)
This commit is contained in:
@ -343,6 +343,7 @@
|
|||||||
Margin="5,0,5,0"
|
Margin="5,0,5,0"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
|
VerticalContentAlignment="Center"
|
||||||
DockPanel.Dock="Right"
|
DockPanel.Dock="Right"
|
||||||
KeyUp="SearchBox_OnKeyUp"
|
KeyUp="SearchBox_OnKeyUp"
|
||||||
Text="{Binding SearchText}"
|
Text="{Binding SearchText}"
|
||||||
|
Reference in New Issue
Block a user