Skip to content

Commit 2693c90

Browse files
committed
ReviewsViewer: Use Fant scaling for control icons
1 parent f1c8e50 commit 2693c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/Generic/ReviewViewer/Presentation/ReviewsControl.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,11 @@
449449
<Button Name="ButtonNextReview" Background="Transparent" BorderThickness="0" Content="&#xEACA;" FontSize="40" FontFamily="{DynamicResource FontIcoFont}"
450450
Command="{Binding NextReviewCommand}" Margin="5,0,10,0" Padding="0" VerticalAlignment="Center"/>
451451
<Image Source="{StaticResource IconReviewCounted}" DockPanel.Dock="Right" Opacity="0.5" Margin="10,0,0,0" Height="16" VerticalAlignment="Center"
452+
RenderOptions.BitmapScalingMode="Fant"
452453
Visibility="{Binding DisplayIconReviewCounted, Converter={StaticResource BooleanToVisibilityConverter}}"
453454
ToolTip="This review is counted in the overall review score because this user purchased the game directly on Steam or got a free license of a free game" />
454455
<Image Source="{StaticResource IconReviewSteamDeck}" DockPanel.Dock="Right" Opacity="0.5" Margin="10,0,0,0" Height="16" VerticalAlignment="Center"
456+
RenderOptions.BitmapScalingMode="Fant"
455457
Visibility="{Binding DisplayIconReviewSteamDeck, Converter={StaticResource BooleanToVisibilityConverter}}"
456458
ToolTip="{Binding IconReviewSteamDeckTooltip}" />
457459
</DockPanel>

0 commit comments

Comments
 (0)