Skip to content

Commit e56dc02

Browse files
committed
Fix | large image
1 parent b4745d7 commit e56dc02

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

ShadowViewer/MainWindow.xaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:animations="using:CommunityToolkit.WinUI.Animations"
6-
xmlns:controls="using:ShadowViewer.Controls"
76
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
8-
xmlns:i18N="using:ShadowViewer.I18n"
9-
xmlns:interfaces="using:ShadowViewer.Sdk.Models.Interfaces"
107
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
11-
xmlns:shadowViewer="using:ShadowViewer"
128
xmlns:winUiEx="using:WinUIEx"
13-
x:Name="ThisWindow"
149
Title="ShadowViewer"
1510
mc:Ignorable="d">
1611
<Window.SystemBackdrop>
@@ -53,7 +48,7 @@
5348
</animations:AnimationSet>
5449
</animations:Explicit.Animations>
5550
<StackPanel Spacing="20" Orientation="Horizontal">
56-
<BitmapIcon ShowAsMonochrome="False" UriSource="ms-appx:///Assets/StoreLogo.scale-150.png" />
51+
<BitmapIcon ShowAsMonochrome="False" Width="120" UriSource="ms-appx:///Assets/StoreLogo.scale-400.png" />
5752
<TextBlock VerticalAlignment="Center"
5853
HorizontalAlignment="Center"
5954
FontFamily="Segoe UI Variable Display"

ShadowViewer/ShadowViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<GenerateAppxPackageOnBuild Condition="'$(GithubAction)' == 'true'">true</GenerateAppxPackageOnBuild>
2323
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
2424
<AppxPackageDir>..\AppPackages\</AppxPackageDir>
25-
<NoWarn>MSB3277</NoWarn>
25+
<NoWarn>MSB3277;PRI263;NETSDK1198</NoWarn>
2626
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
2727
<LangVersion>preview</LangVersion>
2828
<PublishReadyToRun>false</PublishReadyToRun>

0 commit comments

Comments
 (0)