GARbro-mirror/ArcFormats/Musica/WidgetPAZ.xaml

10 lines
537 B
Plaintext
Raw Normal View History

2016-10-09 12:49:03 +08:00
<StackPanel x:Class="GameRes.Formats.GUI.WidgetPAZ"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:fmt="clr-namespace:GameRes.Formats.Musica"
xmlns:p="clr-namespace:GameRes.Formats.Properties"
MaxWidth="250">
<ComboBox Name="Scheme" ItemsSource="{Binding}"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=PAZTitle, Mode=TwoWay}" Width="200"/>
</StackPanel>