Skip to content

Commit

Permalink
调整FSR锐度范围
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Sep 28, 2021
1 parent c9e325e commit 5a335d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magpie/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</Grid.RowDefinitions>

<Label Style="{StaticResource Col0}" Content="{x:Static props:Resources.UI_Main_FSR_Sharpness}" Grid.Row="0" VerticalAlignment="Center" Margin="0,20,0,0" Padding="0,5,5,5" />
<Slider Grid.Column="1" Margin="5,15,0,0" VerticalAlignment="Center" Maximum="2" LargeChange="0.2" SmallChange="0.05" Value="{Binding Source={x:Static props:Settings.Default},Path=FsrSharpness,Mode=TwoWay}" Minimum="0.3" />
<Slider Grid.Column="1" Margin="5,15,0,0" VerticalAlignment="Center" Maximum="1.5" LargeChange="0.2" SmallChange="0.05" Value="{Binding Source={x:Static props:Settings.Default},Path=FsrSharpness,Mode=TwoWay}" Minimum="0.3" />

<Label Style="{StaticResource Col0}" Content="{x:Static props:Resources.UI_Main_Capture_Method}" Grid.Row="1" VerticalAlignment="Top" Margin="0,15,0,0" Padding="0,5,5,5"/>
<ComboBox Name="cbbCaptureMode" Grid.Row="1" SelectedIndex="{Binding Source={x:Static props:Settings.Default},Path=CaptureMode,Mode=TwoWay}" Margin="5,15,0,0">
Expand Down

0 comments on commit 5a335d0

Please sign in to comment.