diff --git a/GUI/ConvertMedia.xaml b/GUI/ConvertMedia.xaml index 4bbc7d8a..b2583ced 100644 --- a/GUI/ConvertMedia.xaml +++ b/GUI/ConvertMedia.xaml @@ -4,6 +4,7 @@ xmlns:s="clr-namespace:GARbro.GUI.Strings" xmlns:p="clr-namespace:GARbro.GUI.Properties" xmlns:g="clr-namespace:GameRes;assembly=GameRes" + xmlns:local="clr-namespace:GARbro.GUI" Title="{x:Static s:guiStrings.TextConvertMedia}" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" SizeToContent="WidthAndHeight" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> @@ -15,6 +16,18 @@ SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=appLastImageFormat, Mode=TwoWay}"/> + + + + + + + + + @@ -23,4 +36,7 @@