Skip to content

Commit

Permalink
Add fix for making screenshots better for Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 3, 2024
1 parent 5997d53 commit 5eb7c6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WalletWasabi.Fluent/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
RenderOptions.TextRenderingMode="SubpixelAntialias"
RenderOptions.RequiresFullOpacityHandling="True">
<Window.Styles>
<!-- NOTE: Uncomment ClipToBounds for making screenshots -->
<!--
<Style Selector=":is(Control):not(:is(ScrollViewer))">
<Setter Property="ClipToBounds" Value="False" />
</Style>
-->
<Style Selector="TitleBar">
<Setter Property="Foreground" Value="{DynamicResource AcrylicTrimForeground}" />
</Style>
Expand Down

0 comments on commit 5eb7c6d

Please sign in to comment.