mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 06:34:14 +00:00
Give Library header DockPanel explicit height (#5160)
This commit is contained in:
parent
57524a4c8a
commit
6966211e07
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
</Design.DataContext>
|
</Design.DataContext>
|
||||||
<DockPanel
|
<DockPanel
|
||||||
Margin="0,0,0,5"
|
Margin="0,0,0,5"
|
||||||
|
Height="35"
|
||||||
HorizontalAlignment="Stretch">
|
HorizontalAlignment="Stretch">
|
||||||
<Button
|
<Button
|
||||||
Width="40"
|
Width="40"
|
||||||
|
|
Loading…
Reference in a new issue