This commit is contained in:
AUnicornWithNoLife 2023-02-13 17:03:12 +00:00
parent a5deee579f
commit 903ffdf219

View File

@ -22,8 +22,8 @@
<Button x:Name="Run" Content="Run" Click="RunOp" Margin="80,0,0,10" Height="35" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="65"/>
<ProgressBar x:Name="Progress" Height="35" Margin="150,0,8,10" VerticalAlignment="Bottom"/>
<ComboBox x:Name="Options" HorizontalAlignment="Left" Margin="10,0,0,10" VerticalAlignment="Bottom" Width="65" Height="35" SelectedIndex="0">
<ListBoxItem Content="Picture" VerticalAlignment="Center"/>
<ListBoxItem Content="Video" VerticalAlignment="Center"/>
<ListBoxItem x:Name="Picture_Option" Content="Picture" VerticalAlignment="Center"/>
<ListBoxItem x:Name="Video_Option" Content="Video" VerticalAlignment="Center"/>
</ComboBox>
</Grid>
</Grid>