mirror of
https://github.com/4sval/FModel.git
synced 2026-09-24 09:15:51 -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:
Submodule CUE4Parse updated: 11f86d60c8...85d6931481
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user