|
297 | 297 | </Grid.RowDefinitions> |
298 | 298 |
|
299 | 299 | <Label Grid.Row="0" Grid.Column="0" Content="CD" /> |
300 | | - <Slider x:Name="DumpSpeedCDSlider" Grid.Row="0" Grid.Column="1" Minimum="1" Maximum="72" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
| 300 | + <Slider x:Name="DumpSpeedCDSlider" Grid.Row="0" Grid.Column="1" Minimum="0" Maximum="72" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
301 | 301 | Ticks="{Binding Source={x:Static core:Constants.SpeedsForCDAsCollection}}" |
302 | 302 | Value="{Binding Options.PreferredDumpSpeedCD}" /> |
303 | 303 | <TextBox x:Name="DumpSpeedCDTextBox" Grid.Row="0" Grid.Column="2" Width="22" Height="22" TextAlignment="Center" IsReadOnly="True" VerticalAlignment="Center" |
304 | 304 | Text="{Binding ElementName=DumpSpeedCDSlider, Path=Value, UpdateSourceTrigger=PropertyChanged}" Background="LightGray" Foreground="Gray"/> |
305 | 305 |
|
306 | 306 | <Label Grid.Row="1" Grid.Column="0" Content="DVD" /> |
307 | | - <Slider x:Name="DumpSpeedDVDSlider" Grid.Row="1" Grid.Column="1" Minimum="1" Maximum="24" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
| 307 | + <Slider x:Name="DumpSpeedDVDSlider" Grid.Row="1" Grid.Column="1" Minimum="0" Maximum="24" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
308 | 308 | Ticks="{Binding Source={x:Static core:Constants.SpeedsForDVDAsCollection}}" |
309 | 309 | Value="{Binding Options.PreferredDumpSpeedDVD}" /> |
310 | 310 | <TextBox x:Name="DumpSpeedDVDTextBox" Grid.Row="1" Grid.Column="2" Width="22" Height="22" TextAlignment="Center" IsReadOnly="True" VerticalAlignment="Center" |
311 | 311 | Text="{Binding ElementName=DumpSpeedDVDSlider, Path=Value, UpdateSourceTrigger=PropertyChanged}" Background="LightGray" Foreground="Gray"/> |
312 | 312 |
|
313 | 313 | <Label Grid.Row="2" Grid.Column="0" Content="HD-DVD" /> |
314 | | - <Slider x:Name="DumpSpeedHDDVDSlider" Grid.Row="2" Grid.Column="1" Minimum="1" Maximum="24" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
| 314 | + <Slider x:Name="DumpSpeedHDDVDSlider" Grid.Row="2" Grid.Column="1" Minimum="0" Maximum="24" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
315 | 315 | Ticks="{Binding Source={x:Static core:Constants.SpeedsForHDDVDAsCollection}}" |
316 | 316 | Value="{Binding Options.PreferredDumpSpeedHDDVD}" /> |
317 | 317 | <TextBox x:Name="DumpSpeedHDDVDTextBox" Grid.Row="2" Grid.Column="2" Width="22" Height="22" TextAlignment="Center" IsReadOnly="True" VerticalAlignment="Center" |
318 | 318 | Text="{Binding ElementName=DumpSpeedHDDVDSlider, Path=Value, UpdateSourceTrigger=PropertyChanged}" Background="LightGray" Foreground="Gray"/> |
319 | 319 |
|
320 | 320 | <Label Grid.Row="3" Grid.Column="0" Content="BD" /> |
321 | | - <Slider x:Name="DumpSpeedBDSlider" Grid.Row="3" Grid.Column="1" Minimum="1" Maximum="16" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
| 321 | + <Slider x:Name="DumpSpeedBDSlider" Grid.Row="3" Grid.Column="1" Minimum="0" Maximum="16" IsSnapToTickEnabled="True" TickPlacement="BottomRight" |
322 | 322 | Ticks="{Binding Source={x:Static core:Constants.SpeedsForBDAsCollection}}" |
323 | 323 | Value="{Binding Options.PreferredDumpSpeedBD}" /> |
324 | 324 | <TextBox x:Name="DumpSpeedBDTextBox" Grid.Row="3" Grid.Column="2" Width="22" Height="22" TextAlignment="Center" IsReadOnly="True" VerticalAlignment="Center" |
|
0 commit comments