mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Added Borderlands4 and Wwise bulk packaging support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Fixed inlined shader maps and paks assets on UE 5.6+
This commit is contained in:
parent
378c911083
commit
8eeae5d59b
|
|
@ -1 +1 @@
|
|||
Subproject commit 11f86d60c835b31277565144c0709906ca52a1fd
|
||||
Subproject commit 85d6931481b1cbca910d9d38978fe7c64125355a
|
||||
|
|
@ -510,7 +510,11 @@
|
|||
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}">
|
||||
<ContentPresenter.Margin>
|
||||
<MultiBinding Converter="{x:Static adonisConverters:ValuesToThicknessConverter.Instance}">
|
||||
<Binding Source="-5"/>
|
||||
<Binding>
|
||||
<Binding.Source>
|
||||
<system:Double>-5</system:Double>
|
||||
</Binding.Source>
|
||||
</Binding>
|
||||
<Binding Path="Padding.Top" RelativeSource="{RelativeSource TemplatedParent}"/>
|
||||
<Binding Path="Padding.Right" RelativeSource="{RelativeSource TemplatedParent}"/>
|
||||
<Binding Path="Padding.Bottom" RelativeSource="{RelativeSource TemplatedParent}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user