Skip to content

Commit

Permalink
fix: Incorrect image resolution- add missing width
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah committed Aug 23, 2024
1 parent c99432c commit bb22847
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 bb22847

Please sign in to comment.