GARbro-mirror/ArcFormats/Tamamo/WidgetPCK.xaml

9 lines
498 B
Plaintext
Raw Normal View History

2017-11-16 15:34:52 +08:00
<StackPanel x:Class="GameRes.Formats.GUI.WidgetPCK"
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"
MaxWidth="250" Orientation="Vertical">
<ComboBox Name="Title" Width="250" ItemsSource="{Binding}"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=PCKTitle, Mode=TwoWay}"/>
</StackPanel>