Skip to content

Commit c3f83b9

Browse files
committed
Fix widget size and clean up files
1 parent a64384a commit c3f83b9

File tree

6 files changed

+5
-16
lines changed

6 files changed

+5
-16
lines changed

Assets/App/switch.png

-21.6 KB
Binary file not shown.

Assets/app.ico

-247 KB
Binary file not shown.

Assets/appicon.png

-192 KB
Binary file not shown.

Assets/switch.png

-21.6 KB
Binary file not shown.

IHistoryItem.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

WidgetWindow.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="Speed Test Widget"
5-
Height="180" Width="200"
5+
Height="200" Width="200"
66
ResizeMode="NoResize"
77
WindowStartupLocation="Manual"
88
WindowStyle="None"
@@ -103,10 +103,10 @@
103103
<Button x:Name="StartTestButton"
104104
Grid.Row="4"
105105
Content="Run Test"
106-
Height="28"
106+
Height="24"
107107
FontWeight="SemiBold"
108108
FontSize="12"
109-
Margin="0,3,0,3"
109+
Margin="0,0,0,0"
110110
Click="StartTestButton_Click"
111111
Background="#0078D4"
112112
Foreground="White"
@@ -119,7 +119,7 @@
119119
<ControlTemplate TargetType="Button">
120120
<Border Background="{TemplateBinding Background}"
121121
CornerRadius="4"
122-
Padding="8,5">
122+
Padding="0,0">
123123
<ContentPresenter HorizontalAlignment="Center"
124124
VerticalAlignment="Center"/>
125125
</Border>
@@ -146,7 +146,7 @@
146146
Foreground="{DynamicResource SubtextBrush}"
147147
Margin="0,0,3,0">
148148
<Hyperlink x:Name="AppVersionLink"
149-
NavigateUri="https://github.com/MSuhaidi/Speed/"
149+
NavigateUri="https://github.com/MSuhaidi/SpeedTestWidget/"
150150
RequestNavigate="Hyperlink_RequestNavigate"
151151
Foreground="{DynamicResource SubtextBrush}">
152152
</Hyperlink>

0 commit comments

Comments
 (0)