|
139 | 139 | <RowDefinition Height="22" /> |
140 | 140 | <RowDefinition Height="22" /> |
141 | 141 | <RowDefinition Height="22" /> |
| 142 | + <RowDefinition Height="22" /> |
142 | 143 | <RowDefinition Height="Auto" /> |
143 | 144 | <RowDefinition Height="24" /> |
144 | 145 | <RowDefinition Height="Auto" /> |
|
154 | 155 | <ComboBoxItem>25</ComboBoxItem> |
155 | 156 | <ComboBoxItem>30</ComboBoxItem> |
156 | 157 | </ComboBox> |
| 158 | + |
157 | 159 | <CheckBox |
158 | 160 | Grid.Row="1" |
| 161 | + Content="Remember previously used files and folders" |
| 162 | + IsChecked="{Binding RememberPreviousFiles}" |
| 163 | + Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" /> |
| 164 | + <CheckBox |
| 165 | + Grid.Row="2" |
159 | 166 | Content="Allow setting custom name on audio tracks (limited player support)" |
160 | 167 | IsChecked="{Binding ShowAudioTrackNameField}" |
161 | 168 | Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" /> |
162 | 169 | <CheckBox |
163 | | - Grid.Row="2" |
| 170 | + Grid.Row="3" |
164 | 171 | Content="Enable LibDVDNav (change requires program restart)" |
165 | 172 | IsChecked="{Binding EnableLibDvdNav}" |
166 | 173 | Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" /> |
167 | 174 | <CheckBox |
168 | | - Grid.Row="3" |
| 175 | + Grid.Row="4" |
169 | 176 | Content="Keep scans after completion (allows editing completed items)" |
170 | 177 | IsChecked="{Binding KeepScansAfterCompletion}" |
171 | 178 | Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" /> |
172 | 179 | <CheckBox |
173 | | - Grid.Row="4" |
| 180 | + Grid.Row="5" |
174 | 181 | Content="Prompt to delete source files after clearing successful completed items" |
175 | 182 | IsChecked="{Binding DeleteSourceFilesOnClearingCompleted}" |
176 | 183 | Height="16" HorizontalAlignment="Left" Margin="15,0,0,0" VerticalAlignment="Center" /> |
177 | 184 | <Label |
178 | | - Grid.Row="5" |
| 185 | + Grid.Row="6" |
179 | 186 | Content="Logging Verbosity:" Height="28" HorizontalAlignment="Left" Margin="6,0,0,0" VerticalAlignment="Center" /> |
180 | 187 | <ComboBox |
181 | | - Grid.Row="5" |
| 188 | + Grid.Row="6" |
182 | 189 | Height="23" HorizontalAlignment="Left" Margin="121,0,0,0" SelectedValue="{Binding LogVerbosity}" SelectedValuePath="Content" VerticalAlignment="Center" Width="42"> |
183 | 190 | <ComboBoxItem Content="0" /> |
184 | 191 | <ComboBoxItem Content="1" /> |
185 | 192 | <ComboBoxItem Content="2" /> |
186 | 193 | </ComboBox> |
187 | 194 | <TextBlock |
188 | | - Grid.Row="5" |
| 195 | + Grid.Row="6" |
189 | 196 | HorizontalAlignment="Left" Margin="182,0,0,0" Text="Log verbosity will take effect on next scan or program restart." TextWrapping="Wrap" VerticalAlignment="Center" Visibility="{Binding LogVerbosityWarningVisible, Converter={StaticResource VisibilityConverter}}" /> |
190 | 197 |
|
191 | 198 | <TextBlock |
192 | | - Grid.Row="6" |
| 199 | + Grid.Row="7" |
193 | 200 | Height="23" HorizontalAlignment="Left" Margin="11,5,0,0" Text="Minimum length of title to scan (seconds):" VerticalAlignment="Center" /> |
194 | 201 | <my:NumberBox |
195 | | - Grid.Row="6" HorizontalAlignment="Left" Margin="243,2,0,0" VerticalAlignment="Top" AllowEmpty="False" Width="45" |
| 202 | + Grid.Row="7" HorizontalAlignment="Left" Margin="243,2,0,0" VerticalAlignment="Top" AllowEmpty="False" Width="45" |
196 | 203 | Number="{Binding MinimumTitleLengthSeconds, Mode=TwoWay}" Minimum="0" /> |
197 | 204 | </Grid> |
198 | 205 | </TabItem> |
|
0 commit comments