Skip to content

Commit

Permalink
Fix ContentTop icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Dec 15, 2024
1 parent 32a1d70 commit 883657f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion QuickLook/ViewerWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@
VerticalAlignment="Bottom"
TextBlock.FontFamily="{StaticResource SegoeFluent}">
<TextBlock.RenderTransform>
<ScaleTransform CenterX="13" CenterY="13" ScaleX="0.3" ScaleY="0.3" />
<TransformGroup>
<ScaleTransform CenterX="13" CenterY="13" ScaleX="0.25" ScaleY="0.25" />
<TranslateTransform X="0" Y="1" />
</TransformGroup>
</TextBlock.RenderTransform>
&#xF83F;
</TextBlock>
Expand Down

0 comments on commit 883657f

Please sign in to comment.