Skip to content

Commit 8eeae5d

Browse files
committed
Added Borderlands4 and Wwise bulk packaging support
Fixed inlined shader maps and paks assets on UE 5.6+
1 parent 378c911 commit 8eeae5d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CUE4Parse

Submodule CUE4Parse updated 89 files

FModel/Views/Resources/Resources.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,11 @@
510510
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}">
511511
<ContentPresenter.Margin>
512512
<MultiBinding Converter="{x:Static adonisConverters:ValuesToThicknessConverter.Instance}">
513-
<Binding Source="-5"/>
513+
<Binding>
514+
<Binding.Source>
515+
<system:Double>-5</system:Double>
516+
</Binding.Source>
517+
</Binding>
514518
<Binding Path="Padding.Top" RelativeSource="{RelativeSource TemplatedParent}"/>
515519
<Binding Path="Padding.Right" RelativeSource="{RelativeSource TemplatedParent}"/>
516520
<Binding Path="Padding.Bottom" RelativeSource="{RelativeSource TemplatedParent}"/>

0 commit comments

Comments
 (0)