fix sw kbd row collision (#4144)

This commit is contained in:
Emmanuel Hansen 2022-12-19 18:09:36 +00:00 committed by GitHub
parent ee0f9b03a4
commit 6268170a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
TextWrapping="Wrap" />
<TextBox
Name="Input"
Grid.Row="2"
Grid.Row="3"
Grid.Column="1"
HorizontalAlignment="Stretch"
VerticalAlignment="Center"