Skip to content

Commit

Permalink
Fix Batch Folder Menu Cut Off #159
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Apr 26, 2024
1 parent de5c025 commit 6dc6ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NotEnoughAV1Encodes/Views/BatchFolderDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
lex:LocalizeDictionary.DesignCulture="en"
lex:ResxLocalizationProvider.DefaultAssembly="NotEnoughAV1Encodes"
lex:ResxLocalizationProvider.DefaultDictionary="Strings"
Title="NEAV1E" Height="550" Width="800" ResizeMode="NoResize">
Title="NEAV1E" Height="560" Width="810" ResizeMode="NoResize">
<Grid>
<GroupBox Header="{lex:Loc LabelSource}" Margin="10,10,10,0" mah:ControlsHelper.ContentCharacterCasing="Normal" Height="236" VerticalAlignment="Top">
<Grid>
Expand Down Expand Up @@ -48,13 +48,13 @@
<Image Height="38" Canvas.Top="-4" Width="38" Source="/resources/img/stop.png" Canvas.Left="-10"/>
</Canvas>
</Button>
<GroupBox Header="{lex:Loc GroupBoxPresets}" Margin="10,330,400,0" Height="76" VerticalAlignment="Top" mah:ControlsHelper.ContentCharacterCasing="Normal">
<GroupBox Header="{lex:Loc GroupBoxPresets}" Margin="10,330,383,0" Height="76" VerticalAlignment="Top" mah:ControlsHelper.ContentCharacterCasing="Normal">
<Grid>
<Label x:Name="LabelSelectPresetForEncoding" Grid.Column="0" Content="{lex:Loc}" HorizontalAlignment="Left" VerticalAlignment="Center"/>
<ComboBox x:Name="ComboBoxPresets" Height="28" HorizontalAlignment="Left" VerticalAlignment="Center" Width="190" Margin="177,0,0,0"/>
<ComboBox x:Name="ComboBoxPresets" Height="28" VerticalAlignment="Center" Margin="177,0,13,0"/>
</Grid>
</GroupBox>
<GroupBox x:Name="GroupBoxVideoContainer" Header="{lex:Loc}" Margin="400,330,10,0" mah:ControlsHelper.ContentCharacterCasing="Normal" Height="76" VerticalAlignment="Top">
<GroupBox x:Name="GroupBoxVideoContainer" Header="{lex:Loc}" Margin="410,330,10,0" mah:ControlsHelper.ContentCharacterCasing="Normal" Height="76" VerticalAlignment="Top">
<Grid>
<ComboBox x:Name="ComboBoxContainer" HorizontalAlignment="Left" Height="28" VerticalAlignment="Center" Width="120" Margin="91,0,0,0">
<ComboBoxItem Content="MKV (Matroska)" IsSelected="True"/>
Expand Down

0 comments on commit 6dc6ec0

Please sign in to comment.