GARbro-mirror/ArcFormats/StudioJikkenshitsu/WidgetSJDAT.xaml

10 lines
519 B
Plaintext
Raw Normal View History

<StackPanel x:Class="GameRes.Formats.GUI.WidgetSJDAT"
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"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=SJDatTitle, Mode=TwoWay}"
Width="200" HorizontalAlignment="Left"/>
</StackPanel>