mirror of
https://github.com/4sval/FModel.git
synced 2026-09-13 12:06:39 -05:00
FModel v4.2.1
This commit is contained in:
Submodule CUE4Parse updated: 254550e6f2...3df254b665
@@ -5,9 +5,9 @@
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ApplicationIcon>FModel.ico</ApplicationIcon>
|
||||
<Version>4.2.0</Version>
|
||||
<AssemblyVersion>4.2.0.0</AssemblyVersion>
|
||||
<FileVersion>4.2.0.0</FileVersion>
|
||||
<Version>4.2.1</Version>
|
||||
<AssemblyVersion>4.2.1.0</AssemblyVersion>
|
||||
<FileVersion>4.2.1.0</FileVersion>
|
||||
<IsPackable>false</IsPackable>
|
||||
<IsPublishable>true</IsPublishable>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</ComboBox.ItemTemplate>
|
||||
</ComboBox>
|
||||
</Grid>
|
||||
<Grid Margin="0 0 0 5">
|
||||
<Grid x:Name="Hello" Margin="0 0 0 5">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="5" />
|
||||
@@ -76,7 +76,7 @@
|
||||
</Grid>
|
||||
<Separator Style="{StaticResource CustomSeparator}" Tag="ADD UNDETECTED GAME" />
|
||||
<Expander ExpandDirection="Down" IsExpanded="False">
|
||||
<Grid>
|
||||
<Grid MaxWidth="{Binding ActualWidth, ElementName=Hello}">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="5" />
|
||||
|
||||
@@ -144,7 +144,7 @@ namespace FModel.Views
|
||||
var fileBrowser = new OpenFileDialog
|
||||
{
|
||||
Title = "Add image(s)",
|
||||
InitialDirectory = $"{UserSettings.Default.OutputDirectory}\\Textures",
|
||||
InitialDirectory = $"{UserSettings.Default.OutputDirectory}\\Exports",
|
||||
Multiselect = true,
|
||||
Filter = "Image Files (*.png,*.bmp,*.jpg,*.jpeg,*.jfif,*.jpe,*.tiff,*.tif)|*.png;*.bmp;*.jpg;*.jpeg;*.jfif;*.jpe;*.tiff;*.tif|All Files (*.*)|*.*"
|
||||
};
|
||||
@@ -299,4 +299,4 @@ namespace FModel.Views
|
||||
ClipboardExtensions.SetImage(_imagebuffer, FILENAME);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user