mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented 'LEAFPACK' archives and LFG images.
This commit is contained in:
10
ArcFormats/Leaf/WidgetLEAF.xaml
Normal file
10
ArcFormats/Leaf/WidgetLEAF.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<StackPanel x:Class="GameRes.Formats.GUI.WidgetLEAF"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:fmt="clr-namespace:GameRes.Formats.KiriKiri"
|
||||
xmlns:p="clr-namespace:GameRes.Formats.Properties"
|
||||
xmlns:local="clr-namespace:GameRes.Formats.GUI"
|
||||
MaxWidth="250" Orientation="Vertical" HorizontalAlignment="Left">
|
||||
<ComboBox Name="Scheme" Width="180" ItemsSource="{Binding}" HorizontalAlignment="Left"
|
||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=LEAFTitle, Mode=TwoWay}"/>
|
||||
</StackPanel>
|
||||
Reference in New Issue
Block a user