mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
add image format support for CSystem when there is Resources subdirectory And update database
This commit is contained in:
7
ArcFormats/Cyberworks/WidgetBELLDATA.xaml
Normal file
7
ArcFormats/Cyberworks/WidgetBELLDATA.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<StackPanel x:Class="GameRes.Formats.GUI.WidgetBELLDATA"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:p="clr-namespace:GameRes.Formats.Properties">
|
||||
<ComboBox Name="Title" Width="250" ItemsSource="{Binding}"
|
||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=BELLDATATitle, Mode=TwoWay}"/>
|
||||
</StackPanel>
|
||||
Reference in New Issue
Block a user