Skip to content

Commit

Permalink
Adjust icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jan 5, 2022
1 parent 2f1ebe4 commit 5b4a5ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions src/MalwarePatch/Assets/Icons.UserCertificates.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<Viewbox
x:Shared="false"
x:Key="DisallowFile"
Stretch="Uniform">
Stretch="Uniform"
Width="20"
Height="20">
<Canvas
Width="24"
Height="24"
Expand Down Expand Up @@ -38,7 +40,9 @@
<Viewbox
x:Shared="false"
x:Key="AllowFile"
Stretch="Uniform">
Stretch="Uniform"
Width="20"
Height="20">
<Canvas
Width="24"
Height="24"
Expand Down
8 changes: 4 additions & 4 deletions src/MalwarePatch/Assets/Icons.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
Data="M17.65,6.35C16.2,4.9,14.21,4,12,4c-4.42,0,-7.99,3.58,-7.99,8s3.57,8,7.99,8c3.73,0,6.84,-2.55,7.73,-6h-2.08c-0.82,2.33,-3.04,4,-5.65,4,-3.31,0,-6,-2.69,-6,-6s2.69,-6,6,-6c1.66,0,3.14,0.69,4.22,1.78L13,11h7V4l-2.35,2.35z"
Fill="{DynamicResource Foreground}"
Stretch="Uniform"
Height="18"
Width="18" />
Height="16"
Width="16" />
<Path
x:Shared="false"
x:Key="Save"
Data="M17,3H5c-1.11,0,-2,0.9,-2,2v14c0,1.1,0.89,2,2,2h14c1.1,0,2,-0.9,2,-2V7l-4,-4zm-5,16c-1.66,0,-3,-1.34,-3,-3s1.34,-3,3,-3,3,1.34,3,3,-1.34,3,-3,3zm3,-10H5V5h10v4z"
Fill="{DynamicResource Foreground}"
Stretch="Uniform"
Height="18"
Width="18" />
Height="16"
Width="16" />
<Viewbox
x:Shared="false"
x:Key="CheckAll"
Expand Down
8 changes: 4 additions & 4 deletions src/MalwarePatch/Styles/CertificateSwitch.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
Value="Center" />
<Setter
Property="Width"
Value="18" />
Value="14" />
<Setter
Property="Height"
Value="18" />
Value="14" />
</Style>
</Grid.Resources>
<Path
Width="16"
Height="16"
Width="12"
Height="12"
Opacity="1"
x:Name="no"
Data="M -5,-5 L 5,5 M -5,5 L 5,-5" />
Expand Down

0 comments on commit 5b4a5ca

Please sign in to comment.