Skip to content

Commit

Permalink
fix: Incorrect image resolution- add missing width (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah authored Aug 23, 2024
1 parent c99432c commit d98e8c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<!-- UNO WORKAROUND: The ViewBox center should be horizontal Stretch but the Grid aligns the content left -->
<Viewbox x:Name="ContentViewbox"
Height="{ThemeResource AppBarButtonContentHeight}"
Width="{ThemeResource AppBarButtonContentHeight}"
VerticalAlignment="Center"
HorizontalAlignment="Center"
AutomationProperties.AccessibilityView="Raw">
Expand Down

0 comments on commit d98e8c9

Please sign in to comment.