Skip to content

Commit d7b546d

Browse files
authored
[Accessibility] Update the .NET logo (#50116)
2 parents b20740c + 13b64f4 commit d7b546d

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
Binary file not shown.
2.1 KB
Loading

src/Layout/pkg/windows/bundles/sdk/bundle.thm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<!-- In v5, Window@Width and Window@Height refers to the client area, not the window area. wixstdba calls
1919
AdjustWindowRectEx or AdjustWindowRectExForDpi (if supported) to produce a window with the desired client area. -->
2020
<Window Width="644" Height="460" HexStyle="100a0000" FontId="DefaultFont" Caption="#(loc.Caption)" IconFile="dotnet.ico">
21-
<ImageControl Name="DotNetLogo" X="12" Y="-48" Width="124" Height="124" ImageFile="DotNetLogo_124x.png" Visible="yes" />
21+
<!-- Use the 256x256 logo as that displays better at 200% scaling for high DPI -->
22+
<ImageControl Name="DotNetLogo" X="12" Y="-48" Width="124" Height="124" ImageFile="DotNetLogo_256x.png" Visible="yes" />
2223

2324
<!-- A width of 0 extends the control to the right of the window. The first label will render an opaque rectangle using
2425
the background color of the specified font. The second label overlays the title text. This is necessary since

src/Layout/pkg/windows/bundles/sdk/bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Payload Id="thm_$(LCID)" Compressed="yes" Name="$(LCID)\thm.wxl" SourceFile="LCID\$(LCID)\bundle.wxl" />
2424
<?endforeach?>
2525

26-
<Payload Name="DotNetLogo_124x.png" Compressed="yes" SourceFile="DotNetLogo_124x.png" />
26+
<Payload Name="DotNetLogo_256x.png" Compressed="yes" SourceFile="DotNetLogo_256x.png" />
2727
<Payload Name="dotnet.ico" Compressed="yes" SourceFile="..\..\dotnet.ico" />
2828
</BootstrapperApplication>
2929

0 commit comments

Comments
 (0)