MainWindow: Vertically center SearchBox TextPresenter (#4223)
This commit is contained in:
parent
b9f2a96595
commit
3ffceab1fb
1 changed files with 1 additions and 0 deletions
|
@ -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